Spaces:
Sleeping
Sleeping
Commit
·
9f145f8
1
Parent(s):
88f16c7
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ word_count = st.slider("How long would you like your summary?", 10, 200)
|
|
| 18 |
st.write("Word count:", word_count)
|
| 19 |
|
| 20 |
txt = st.text_area('Copy and paste your password here',
|
| 21 |
-
|
| 22 |
|
| 23 |
st.header(divider='rainbow')
|
| 24 |
|
|
|
|
| 18 |
st.write("Word count:", word_count)
|
| 19 |
|
| 20 |
txt = st.text_area('Copy and paste your password here',
|
| 21 |
+
max_chars = 1000)
|
| 22 |
|
| 23 |
st.header(divider='rainbow')
|
| 24 |
|