Update app.py
Browse files
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='
|
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):
|