Spaces:
Sleeping
Sleeping
Update app.py
#8
by
wang2616wei
- opened
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 |
|