Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ st.markdown("<h1 style='text-align: center'> Covid Vaccine Tweet Sentiments </h1
|
|
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=
|
21 |
#input text
|
22 |
text=st.text_area('Copy and paste a tweet or type one',placeholder='I find it quite amusing how people ignore the effects of not taking the vaccine')
|
23 |
#Set examples
|
|
|
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=True):
|
21 |
#input text
|
22 |
text=st.text_area('Copy and paste a tweet or type one',placeholder='I find it quite amusing how people ignore the effects of not taking the vaccine')
|
23 |
#Set examples
|