Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ st.set_page_config(page_title='TWEET SENTIMENT ANALYSIS',page_icon='🤗',layout
|
|
14 |
#welcome Animation
|
15 |
com.iframe("https://lottie.host/?file=8c9ae0c8-e9fc-4fc7-954e-16f922db889b/0BlrGUjJxw.json")
|
16 |
st.markdown("<h1 style='text-align: center'> TWEET SENTIMENT FOR COVID VACCINATION </h1>",unsafe_allow_html=True)
|
17 |
-
st.write("<h2 style='font-size: 24px;'> Text Classification Models
|
18 |
|
19 |
#Create a form to take user inputs
|
20 |
with st.form(key='tweet',clear_on_submit=True):
|
|
|
14 |
#welcome Animation
|
15 |
com.iframe("https://lottie.host/?file=8c9ae0c8-e9fc-4fc7-954e-16f922db889b/0BlrGUjJxw.json")
|
16 |
st.markdown("<h1 style='text-align: center'> TWEET SENTIMENT FOR COVID VACCINATION </h1>",unsafe_allow_html=True)
|
17 |
+
st.write("<h2 style='font-size: 24px;'> Text Classification Models developed to ascertain public perception of covid vaccines </h2>",unsafe_allow_html=True)
|
18 |
|
19 |
#Create a form to take user inputs
|
20 |
with st.form(key='tweet',clear_on_submit=True):
|