berangerthomas commited on
Commit
8d79749
·
1 Parent(s): 7024528

Remove alerts page

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, alerts])
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()