abdullatifkaban commited on
Commit
8be8ee7
·
verified ·
1 Parent(s): 87d22a0

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("plots.json")
70
 
71
 
72
  # -------------------------------------------------
 
66
  # -------------------------------------------------
67
  # Plot registry
68
  # -------------------------------------------------
69
+ registry = PlotRegistry("app/src/plots.json")
70
 
71
 
72
  # -------------------------------------------------