Spaces:
Sleeping
Sleeping
final fixed code
Browse files
src/langgraphagenticai/ui/streamlitui/display_result.py
CHANGED
|
@@ -79,6 +79,8 @@ class DisplayResultStreamlit:
|
|
| 79 |
st.markdown(summary, unsafe_allow_html=True)
|
| 80 |
else:
|
| 81 |
st.error("News summary not generated")
|
|
|
|
|
|
|
| 82 |
|
| 83 |
except Exception as e:
|
| 84 |
st.error(f"An error occurred: {str(e)}")
|
|
|
|
| 79 |
st.markdown(summary, unsafe_allow_html=True)
|
| 80 |
else:
|
| 81 |
st.error("News summary not generated")
|
| 82 |
+
st.write("**Debug Info:**")
|
| 83 |
+
st.write("Available keys:", list(result.keys()))
|
| 84 |
|
| 85 |
except Exception as e:
|
| 86 |
st.error(f"An error occurred: {str(e)}")
|