Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ def analyze_text(text):
|
|
148 |
|
149 |
|
150 |
st.title('Text Analysis and Summary')
|
151 |
-
text = st.text_area('Enter text here:'
|
152 |
|
153 |
if st.button('Analyze'):
|
154 |
if text:
|
|
|
148 |
|
149 |
|
150 |
st.title('Text Analysis and Summary')
|
151 |
+
text = st.text_area('Enter text here:')
|
152 |
|
153 |
if st.button('Analyze'):
|
154 |
if text:
|