htg2501 commited on
Commit
6cd7adc
·
verified ·
1 Parent(s): d4cf965

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -488,7 +488,7 @@ with col2:
488
  <h3>📄 Kết quả đầu ra</h3>
489
  """, unsafe_allow_html=True)
490
 
491
- st.text_area("📑 Tóm tắt tóm lược:", st.session_state.extractive_summary, height=250)
492
- st.text_area("📑 Tóm tắt trích rút:", st.session_state.abstractive_summary, height=250)
493
 
494
  st.markdown("</div>", unsafe_allow_html=True)
 
488
  <h3>📄 Kết quả đầu ra</h3>
489
  """, unsafe_allow_html=True)
490
 
491
+ st.text_area("📑 Tóm tắt trích rút:", st.session_state.extractive_summary, height=250)
492
+ st.text_area("📑 Tóm tắt tóm lược:", st.session_state.abstractive_summary, height=250)
493
 
494
  st.markdown("</div>", unsafe_allow_html=True)