Spaces:
Runtime error
Runtime error
app.py updated
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ 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("
|
25 |
#Select a model
|
26 |
models={'Bert':'elvis-d/elvis_bert_base',
|
27 |
'Roberta': 'elvis-d/elvis_roberta'}
|
|
|
21 |
#input text
|
22 |
text=st.text_area('Please enter tweet of vaccine perception')
|
23 |
#Set examples
|
24 |
+
alt_text=st.selectbox("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
|
26 |
models={'Bert':'elvis-d/elvis_bert_base',
|
27 |
'Roberta': 'elvis-d/elvis_roberta'}
|