ibrahim313 commited on
Commit
26371fd
Β·
verified Β·
1 Parent(s): 21e772e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: #e6f3ff; padding: 5px 10px; "
216
- f"margin: 5px; border-radius: 15px;'>{tone}</span>"
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)