Junr-syl commited on
Commit
4fcc1e7
·
1 Parent(s): cbbf0e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ st.set_page_config(page_title='Sentiments Analysis',page_icon='😎',layout='cen
14
  #welcome Animation
15
  com.iframe("https://embed.lottiefiles.com/animation/149093")
16
  st.markdown("<h1 style='text-align: center'> Covid Vaccine Tweet Sentiments </h1>",unsafe_allow_html=True)
17
- st.write("<h2 style='text-align: center'; style='font-size: 24px;'> These models were trained to detect how a user feel about the covid vaccines based on their tweets(text) </h2>",unsafe_allow_html=True)
18
 
19
  #Create a form to take user inputs
20
  with st.form(key='tweet',clear_on_submit=False):
 
14
  #welcome Animation
15
  com.iframe("https://embed.lottiefiles.com/animation/149093")
16
  st.markdown("<h1 style='text-align: center'> Covid Vaccine Tweet Sentiments </h1>",unsafe_allow_html=True)
17
+ st.write("<h2 style='font-size: 24px;'> These models were trained to detect how a user feel about the covid vaccines based on their tweets(text) </h2>",unsafe_allow_html=True)
18
 
19
  #Create a form to take user inputs
20
  with st.form(key='tweet',clear_on_submit=False):