This commit is contained in:
2022-05-23 13:42:22 +02:00
parent 22aa098a94
commit 3cf48dd491

View File

@ -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")