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 containing potentially work-related words below, submit and wait for around 15 seconds for the results of this online demo which has
|
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 containing potentially work-related words below, submit and wait for around 15 seconds for the results of this online demo which has much worse FN and FP than the original model.",'I enjoy working with my manager', max_chars=280)
|
20 |
|
21 |
|
22 |
submit_button = st.form_submit_button(label='Submit')
|