elvis-d commited on
Commit
e2a12c4
1 Parent(s): 21fa472

app.py updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("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
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'}