diff --git a/stand.py b/stand.py index bb1e377..a678e25 100644 --- a/stand.py +++ b/stand.py @@ -41,7 +41,7 @@ if not new_df.equals(df) and not changed: if not new_df.empty: - new_df.to_hdf("stand.h5", key="data") + new_df.to_hdf("output.h5", key="data") print(">>> end of streamlit run")