DrishtiSharma commited on
Commit
17d0a72
·
verified ·
1 Parent(s): f981280

Update good_progress.py

Browse files
Files changed (1) hide show
  1. 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("### Previously Generated Summary:")
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