Update app.py
Browse files
app.py
CHANGED
@@ -59,4 +59,4 @@ with col2:
|
|
59 |
st.button("Paraphrase Summary")
|
60 |
st.download_button("📥 Download Summary", st.session_state["summary"], file_name="summary.txt")
|
61 |
else:
|
62 |
-
st.info("Your summary will appear here.")
|
|
|
59 |
st.button("Paraphrase Summary")
|
60 |
st.download_button("📥 Download Summary", st.session_state["summary"], file_name="summary.txt")
|
61 |
else:
|
62 |
+
st.info("Your summary will appear here.")
|