rasmodev commited on
Commit
d047b75
·
verified ·
1 Parent(s): aa04331

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -194,8 +194,8 @@ def main():
194
  )
195
  st.table(input_df)
196
 
197
- except Exception as e:
198
- st.error(f"An error occurred: {e}")
199
 
200
  if __name__ == "__main__":
201
  main()
 
194
  )
195
  st.table(input_df)
196
 
197
+ except Exception as e:
198
+ st.error(f"An error occurred: {e}")
199
 
200
  if __name__ == "__main__":
201
  main()