Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
linozen committed Dec 14, 2021
1 parent 21ba64c commit 80862a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 80862a4

Please sign in to comment.