Update app.py
Browse files
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=
|
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
|