Spaces:
Build error
Build error
Update app.py
Browse files
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=
|
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",
|