WRX020510 commited on
Commit
6e93ef3
·
verified ·
1 Parent(s): 33a51b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def main():
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...'):
 
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...'):