zamal commited on
Commit
0c39d40
1 Parent(s): c21f668

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,5 +34,5 @@ if submit_button and uploaded_file is not None:
34
  summary = summarize_text(sentence_scores, num_points=num_points)
35
 
36
  # Display the summary as bullet points
37
- st.subheader("Here's the summary 💯: ")
38
  st.markdown(summary)
 
34
  summary = summarize_text(sentence_scores, num_points=num_points)
35
 
36
  # Display the summary as bullet points
37
+ st.subheader("Here's the summary: ")
38
  st.markdown(summary)