abdullatifkaban commited on
Commit
67d7353
·
verified ·
1 Parent(s): 8be8ee7

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -66,7 +66,7 @@ def eda_summary(df: pd.DataFrame):
66
  # -------------------------------------------------
67
  # Plot registry
68
  # -------------------------------------------------
69
- registry = PlotRegistry("app/src/plots.json")
70
 
71
 
72
  # -------------------------------------------------
 
66
  # -------------------------------------------------
67
  # Plot registry
68
  # -------------------------------------------------
69
+ registry = PlotRegistry("/app/src/plots.json")
70
 
71
 
72
  # -------------------------------------------------