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,