Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def sample_classify_text(text_content):
|
|
59 |
st.write("---")
|
60 |
|
61 |
# User input for text analysis
|
62 |
-
user_input = st.text_area("Enter text to classify"
|
63 |
|
64 |
if st.button("Analyze"):
|
65 |
if user_input:
|
|
|
59 |
st.write("---")
|
60 |
|
61 |
# User input for text analysis
|
62 |
+
user_input = st.text_area("Enter text to classify")
|
63 |
|
64 |
if st.button("Analyze"):
|
65 |
if user_input:
|