Spaces:
Running
Running
Update good_progress.py
Browse files- good_progress.py +1 -1
good_progress.py
CHANGED
@@ -527,7 +527,7 @@ if st.button("Generate Summary"):
|
|
527 |
|
528 |
# Always show the summary if it's already available
|
529 |
if st.session_state.rag_system.document_summary:
|
530 |
-
st.markdown("###
|
531 |
st.text_area("Document Summary", st.session_state.rag_system.document_summary, height=200)
|
532 |
|
533 |
|
|
|
527 |
|
528 |
# Always show the summary if it's already available
|
529 |
if st.session_state.rag_system.document_summary:
|
530 |
+
st.markdown("### Generated Summary:")
|
531 |
st.text_area("Document Summary", st.session_state.rag_system.document_summary, height=200)
|
532 |
|
533 |
|