Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ st.write("<h2 style='font-size: 24px;'> Text Classification Models developped to
|
|
19 |
#Create a form to take user inputs
|
20 |
with st.form(key='tweet',clear_on_submit=True):
|
21 |
#input text
|
22 |
-
text=st.text_area('
|
23 |
#Set examples
|
24 |
alt_text=st.selectbox("Please choose any of the sample tweets",('-select-', 'Vaccines have been good so far', 'Had a bad experience with the vaccine', 'Covid is human made. The vaccines are deadly', 'Unqualified people administered vaccine', 'Vaccine is dangerous to women', 'Vaccine can kill people with anaemia', 'Vaccine protects us from the deadly virus'))
|
25 |
#Select a model
|
|
|
19 |
#Create a form to take user inputs
|
20 |
with st.form(key='tweet',clear_on_submit=True):
|
21 |
#input text
|
22 |
+
text=st.text_area('Please enter tweet of vaccine perception')
|
23 |
#Set examples
|
24 |
alt_text=st.selectbox("Please choose any of the sample tweets",('-select-', 'Vaccines have been good so far', 'Had a bad experience with the vaccine', 'Covid is human made. The vaccines are deadly', 'Unqualified people administered vaccine', 'Vaccine is dangerous to women', 'Vaccine can kill people with anaemia', 'Vaccine protects us from the deadly virus'))
|
25 |
#Select a model
|