FrancoisHB commited on
Commit
00dc49b
1 Parent(s): 83e6326

Commit Test SRT

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,6 +38,6 @@ if st.button("Summarize"):
38
  st.subheader("Summary:")
39
  st.write(summary)
40
  st.subheader("Top 4 Subjects:")
41
- st.write(top_subjects)
42
  else:
43
  st.warning("Please enter some SRT-formatted text.")
 
38
  st.subheader("Summary:")
39
  st.write(summary)
40
  st.subheader("Top 4 Subjects:")
41
+ st.write(top_subjects, bullet=True) # Display as bullet points
42
  else:
43
  st.warning("Please enter some SRT-formatted text.")