blazingbunny commited on
Commit
309b488
·
1 Parent(s): f63dcc6

Update app.py

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