blazingbunny commited on
Commit
b44f61a
·
1 Parent(s): 0553e73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def sample_analyze_entities(text_content):
59
  st.write("---")
60
 
61
  # User input for text analysis
62
- user_input = st.text_area("Enter text to analyze", max_chars=5000)
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 analyze", max_chars=10000)
63
 
64
  if st.button("Analyze"):
65
  if user_input: