Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -212,8 +212,8 @@ class GraicieApp:
|
|
212 |
# Content tones
|
213 |
st.subheader("π Content Tones")
|
214 |
tone_html = " ".join([
|
215 |
-
f"<span style='background-color:
|
216 |
-
f"margin:
|
217 |
for tone in results["tones"]
|
218 |
])
|
219 |
st.markdown(tone_html, unsafe_allow_html=True)
|
|
|
212 |
# Content tones
|
213 |
st.subheader("π Content Tones")
|
214 |
tone_html = " ".join([
|
215 |
+
f"<span style='background-color: white ; padding: 4px 8px; "
|
216 |
+
f"margin: 4px; border-radius: 12px;'>{tone}</span>"
|
217 |
for tone in results["tones"]
|
218 |
])
|
219 |
st.markdown(tone_html, unsafe_allow_html=True)
|