Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def generate_summary(text):
|
|
107 |
|
108 |
# Function for the summarization page
|
109 |
def summarization_page():
|
110 |
-
st.title("Text Summarization
|
111 |
st.write("Enter text below and click 'Summarize' to generate a summary.")
|
112 |
|
113 |
# Text input from user
|
|
|
107 |
|
108 |
# Function for the summarization page
|
109 |
def summarization_page():
|
110 |
+
st.title("Text Summarization")
|
111 |
st.write("Enter text below and click 'Summarize' to generate a summary.")
|
112 |
|
113 |
# Text input from user
|