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