Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def main():
|
|
| 20 |
|
| 21 |
# Sentiment Analysis Section
|
| 22 |
with st.container():
|
| 23 |
-
st.write("
|
| 24 |
if st.button("Analyze Sentiment"):
|
| 25 |
if user_input:
|
| 26 |
with st.spinner('Analyzing sentiment...'):
|
|
|
|
| 20 |
|
| 21 |
# Sentiment Analysis Section
|
| 22 |
with st.container():
|
| 23 |
+
st.write("🔍 Sentiment Analysis")
|
| 24 |
if st.button("Analyze Sentiment"):
|
| 25 |
if user_input:
|
| 26 |
with st.spinner('Analyzing sentiment...'):
|