Spaces:
Build error
Build error
Commit
·
309b488
1
Parent(s):
f63dcc6
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def sample_analyze_entities(text_content):
|
|
54 |
st.write("---")
|
55 |
|
56 |
# User input for text analysis
|
57 |
-
user_input = st.text_area("Enter text to analyze", max_chars=
|
58 |
|
59 |
if st.button("Analyze"):
|
60 |
if user_input:
|
|
|
54 |
st.write("---")
|
55 |
|
56 |
# User input for text analysis
|
57 |
+
user_input = st.text_area("Enter text to analyze", max_chars=5000)
|
58 |
|
59 |
if st.button("Analyze"):
|
60 |
if user_input:
|