fabiochiu commited on
Commit
6b02f36
1 Parent(s): cc1a8be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ if option == "Text":
82
  if 'text' not in st.session_state:
83
  st.session_state.text = ""
84
  text = st.session_state.text
85
- text = st.text_area('Text:', value=text, height=300, disabled=disabled, max_chars=1500)
86
  elif option == "Article at URL":
87
  url_options = [
88
  "Crypto",
 
82
  if 'text' not in st.session_state:
83
  st.session_state.text = ""
84
  text = st.session_state.text
85
+ text = st.text_area('Text:', value=text, height=300, disabled=disabled, max_chars=10000)
86
  elif option == "Article at URL":
87
  url_options = [
88
  "Crypto",