Commit
·
c99e844
1
Parent(s):
42aed14
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,8 @@ def sample_analyze_entities(text_content):
|
|
92 |
st.write("---")
|
93 |
|
94 |
# User input for text analysis
|
95 |
-
user_input = st.text_area("Enter text to analyze"
|
|
|
96 |
|
97 |
if st.button("Analyze"):
|
98 |
if user_input:
|
|
|
92 |
st.write("---")
|
93 |
|
94 |
# User input for text analysis
|
95 |
+
user_input = st.text_area("Enter text to analyze")
|
96 |
+
#user_input = st.text_area("Enter text to analyze", max_chars=5000)
|
97 |
|
98 |
if st.button("Analyze"):
|
99 |
if user_input:
|