wang2616wei commited on
Commit
9f145f8
·
1 Parent(s): 88f16c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- max=chars = 1000)
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