DrishtiSharma commited on
Commit
879bba7
·
verified ·
1 Parent(s): 1af884d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ with tab2:
274
 
275
  except Exception as e:
276
  st.error("❌ An error occurred while generating the workflow visualization.")
277
- st.text_area("Error Details:", traceback.format_exc(), height=200)
278
 
279
 
280
  # Acknowledgement Section
 
274
 
275
  except Exception as e:
276
  st.error("❌ An error occurred while generating the workflow visualization.")
277
+ st.text_area("Error Details:", traceback.format_exc(), height=500)
278
 
279
 
280
  # Acknowledgement Section