From 3cf48dd4916a3c0d7a904f1a060161f0ca78dfe2 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Mon, 23 May 2022 13:42:22 +0200 Subject: [PATCH] naming --- stand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")