From 80862a47e55a4e8f4d345321876442bf29f83cad Mon Sep 17 00:00:00 2001 From: linozen Date: Tue, 14 Dec 2021 16:36:33 +0100 Subject: [PATCH] again --- explorer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/explorer.py b/explorer.py index 581ff50..f8ee72f 100644 --- a/explorer.py +++ b/explorer.py @@ -382,7 +382,7 @@ def answered_by(group): # Import data from stored pickle # =========================================================================== -df = pd.read_pickle("data/guarding_survey.pkl") +df = pd.read_pickle("data/guardint_survey.pkl") # =========================================================================== # General configuration @@ -617,7 +617,7 @@ def callback(): [Github](https://github.com/snv-berlin/ioi). """ ) - with open("data/guarding_survey.csv", "rb") as file: + with open("data/guardint_survey.csv", "rb") as file: st.download_button( label="Download data as CSV", data=file,