blazingbunny commited on
Commit
c99e844
·
1 Parent(s): 42aed14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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", max_chars=5000)
 
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: