Spaces:
Running
Running
Update app.py
Browse files
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)
|