Emil25 commited on
Commit
22af37c
1 Parent(s): 93bd927

Update pages/Summary.py

Browse files
Files changed (1) hide show
  1. pages/Summary.py +3 -1
pages/Summary.py CHANGED
@@ -25,4 +25,6 @@ if summary_button:
25
  summary_text = make_summary(full_text)
26
  with st.expander("Конспект"):
27
  st.write(summary_text[0]['summary_text'])
28
- st.success('Готово')
 
 
 
25
  summary_text = make_summary(full_text)
26
  with st.expander("Конспект"):
27
  st.write(summary_text[0]['summary_text'])
28
+ st.success('Готово')
29
+
30
+ st.divider()