yashm commited on
Commit
ed33a89
·
verified ·
1 Parent(s): 96304a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -167,8 +167,8 @@ def main():
167
 
168
  # Analysis task calls
169
  {analysis_tasks_code}
170
- except Exception as e:
171
- st.error(f"An error occurred: {str(e)}")
172
 
173
  main()
174
  """
 
167
 
168
  # Analysis task calls
169
  {analysis_tasks_code}
170
+ #except Exception as e:
171
+ #st.error(f"An error occurred: {str(e)}")
172
 
173
  main()
174
  """