Spaces:
Sleeping
Sleeping
Update application.py
Browse files- application.py +1 -3
application.py
CHANGED
@@ -23,6 +23,4 @@ def generate_summary(text):
|
|
23 |
# Display summary if input text is provided
|
24 |
if input_text:
|
25 |
summary = generate_summary(input_text)
|
26 |
-
st.write("**Summary:**", summary)
|
27 |
-
|
28 |
-
streamlit run app.py
|
|
|
23 |
# Display summary if input text is provided
|
24 |
if input_text:
|
25 |
summary = generate_summary(input_text)
|
26 |
+
st.write("**Summary:**", summary)
|
|
|
|