Spaces:
Running
Running
Commit ·
8d79749
1
Parent(s): 7024528
Remove alerts page
Browse files
app.py
CHANGED
|
@@ -39,5 +39,5 @@ alerts = st.Page("sections/alerts.py", title="🚨 Alerts")
|
|
| 39 |
about = st.Page("sections/about.py", title="📄 About")
|
| 40 |
|
| 41 |
|
| 42 |
-
pg = st.navigation([home, upload, statistics, analyze, analytics
|
| 43 |
pg.run()
|
|
|
|
| 39 |
about = st.Page("sections/about.py", title="📄 About")
|
| 40 |
|
| 41 |
|
| 42 |
+
pg = st.navigation([home, upload, statistics, analyze, analytics])
|
| 43 |
pg.run()
|