azrai99 commited on
Commit
d066a0e
·
verified ·
1 Parent(s): 81f859b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -466,8 +466,5 @@ pg = st.navigation({
466
  ]
467
  })
468
 
469
- try:
470
- pg.run()
471
- except Exception as e:
472
- st.sidebar.error(f"Something went wrong: {e}", icon=":material/error:")
473
 
 
466
  ]
467
  })
468
 
469
+ pg.run()
 
 
 
470