elvis-d commited on
Commit
a8f7066
·
1 Parent(s): 74c3512

app.py update

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -33,9 +33,9 @@ selected_model=models[model]
33
 
34
  #create columns to show outputs
35
  col1,col2,col3=st.columns(3)
36
- col1.write('<h2 style="font-size: 24px;"> Sentiment Emoji </h2>',unsafe_allow_html=True)
37
- col2.write('<h2 style="font-size: 24px;"> How this user feels about the vaccine </h2>',unsafe_allow_html=True)
38
- col3.write('<h2 style="font-size: 24px;"> Confidence of this prediction </h2>',unsafe_allow_html=True)
39
 
40
  if submit:
41
  #Check text
 
33
 
34
  #create columns to show outputs
35
  col1,col2,col3=st.columns(3)
36
+ col1.write('<h2 style="font-size: 24px;"> Sentiment Emoji </h2>', unsafe_allow_html=True)
37
+ col2.write('<h2 style="font-size: 24px;"> Vaccine Perception of User </h2>', unsafe_allow_html=True)
38
+ col3.write('<h2 style="font-size: 24px;"> Model Prediction Confidence </h2>', unsafe_allow_html=True)
39
 
40
  if submit:
41
  #Check text