sy-lac commited on
Commit
b1983c9
1 Parent(s): d8bc2fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: