Update src/streamlit_app.py
Browse files- 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 |
# -------------------------------------------------
|