Skip to content

Commit

Permalink
update path to file
Browse files Browse the repository at this point in the history
Need to use the file on main branch.
The branch has been deleted.
  • Loading branch information
scorreia committed May 16, 2024
1 parent f2919fa commit 85aed0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/odi_streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def load_data(file: str) -> pd.DataFrame:

# TODO connect to Google Sheet and load data
file_path = ("https://raw.githubusercontent.com/dataforgoodfr/"
"12_observatoire_des_imaginaires/analyse/streamlit_app_v2/"
"data/Etape%201%20Identification%20du%20film%20-%20Feuille%201%20-%20enrichi.csv")
"12_observatoire_des_imaginaires/main/data/"
"Etape%201%20Identification%20du%20film%20-%20Feuille%201%20-%20enrichi.csv")
#file_path = "app/data/Etape 1 Identification du film - Feuille 1 - enrichi.csv" # noqa: ERA001

if "data" not in st.session_state:
Expand Down

0 comments on commit 85aed0d

Please sign in to comment.