sepehr commited on
Commit
ac132ed
·
1 Parent(s): b04b985

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ if __name__ == '__main__':
16
 
17
 
18
  with st.form(key='my_form'):
19
- text_input = st.text_area("Please copy and paste the exact tweet content below, submit and wait for around 15 seconds for the results of this online demo.",'My supervisor came early 😪', max_chars=280)
20
 
21
 
22
  submit_button = st.form_submit_button(label='Submit')
 
16
 
17
 
18
  with st.form(key='my_form'):
19
+ text_input = st.text_area("Please copy and paste the exact tweet content below, submit and wait for around 15 seconds for the results of this online demo.",'My colleague came early 😪', max_chars=280)
20
 
21
 
22
  submit_button = st.form_submit_button(label='Submit')