blazingbunny commited on
Commit
583b6a5
·
verified ·
1 Parent(s): dc734cc

Update app.py

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