Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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')
|