Spaces:
Sleeping
Sleeping
Commit
Β·
dfe2406
1
Parent(s):
738eec2
Update app.py
Browse files
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:
|
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>',
|