Ahmad-Moiz commited on
Commit
dfe2406
Β·
1 Parent(s): 738eec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ if st.button("Analyze Sentiment πŸš€", key="analyze_button", help="Click to anal
36
  button_color = "#ff66cc" # pink color for neutral sentiment
37
 
38
  st.markdown(
39
- f'<a style="background-color:{button_color};color:white;text-decoration:none;padding:8px 12px;'
40
  f"border-radius:5px;display:inline-block;margin-top:15px;"
41
  f'font-weight:bold;" href="https://www.streamlit.io/">'
42
  f'Share Analysis on Streamlit <span style="font-size:20px;">πŸ”—</span></a>',
 
36
  button_color = "#ff66cc" # pink color for neutral sentiment
37
 
38
  st.markdown(
39
+ f'<a style="background-color:{button_color};color:orange;text-decoration:none;padding:8px 12px;'
40
  f"border-radius:5px;display:inline-block;margin-top:15px;"
41
  f'font-weight:bold;" href="https://www.streamlit.io/">'
42
  f'Share Analysis on Streamlit <span style="font-size:20px;">πŸ”—</span></a>',