Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def predict_sentiment(input_text):
|
|
68 |
|
69 |
# Streamlit web app
|
70 |
def main():
|
71 |
-
st.title("
|
72 |
tweet_text = st.text_area(" ", placeholder="Enter the sentence you want to analyze", label_visibility="collapsed")
|
73 |
|
74 |
if st.button("SUBMIT"):
|
|
|
68 |
|
69 |
# Streamlit web app
|
70 |
def main():
|
71 |
+
st.title("Sentimen Analysis", anchor=False)
|
72 |
tweet_text = st.text_area(" ", placeholder="Enter the sentence you want to analyze", label_visibility="collapsed")
|
73 |
|
74 |
if st.button("SUBMIT"):
|