elvis-d commited on
Commit
6300cda
·
1 Parent(s): 27ee72c
Files changed (1) hide show
  1. app.py +1 -1
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('Enter tweet', placeholder='Covid vaccines are harmful to people with weak immune systems')
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