dperales commited on
Commit
84e73b9
1 Parent(s): c2f025a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -276,4 +276,4 @@ def main():
276
  try:
277
  main()
278
  except Exception as e:
279
- st.error(f"An error occurred: {e}")
 
276
  try:
277
  main()
278
  except Exception as e:
279
+ st.sidebar.error(f"An error occurred: {e}")