Em4e commited on
Commit
a16a63f
·
verified ·
1 Parent(s): 6510c94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ class SeoAppUI:
158
  with col_ad2: st.metric("Ad Spend", value=f"${add_spend:,.2f}")
159
  with col_advice:
160
  if metrics["incremental_mrr"] > add_spend:
161
- st.markdown("<span style='color: green; font-weight: bold;'>SEO is a better investment!</span>", unsafe_allow_html=True)
162
  else:
163
  st.markdown("<span style='color: red; font-weight: bold;'>Ad Spend may yield higher returns.</span>", unsafe_allow_html=True)
164
 
 
158
  with col_ad2: st.metric("Ad Spend", value=f"${add_spend:,.2f}")
159
  with col_advice:
160
  if metrics["incremental_mrr"] > add_spend:
161
+ st.markdown("<span style='color: green; font-weight: bold; font-size: 2em;'>SEO is a better investment!</span>", unsafe_allow_html=True)
162
  else:
163
  st.markdown("<span style='color: red; font-weight: bold;'>Ad Spend may yield higher returns.</span>", unsafe_allow_html=True)
164