ProfessorLeVesseur commited on
Commit
4eb355c
·
verified ·
1 Parent(s): bfa3380

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ def main():
211
  with col2:
212
  intervention_frequency = intervention_stats['Intervention Frequency (%)'].values[0]
213
  # Display the "Intervention Frequency (%)" text
214
- st.markdown("<h2 style='color: #358E66;'>Intervention Frequency</h2>", unsafe_allow_html=True)
215
  # Display the frequency value below it
216
  st.markdown(f"<h1 style='color: #358E66;'>{intervention_frequency}%</h1>", unsafe_allow_html=True)
217
 
 
211
  with col2:
212
  intervention_frequency = intervention_stats['Intervention Frequency (%)'].values[0]
213
  # Display the "Intervention Frequency (%)" text
214
+ st.markdown("<h3 style='color: #358E66;'>Intervention Frequency</h2>", unsafe_allow_html=True)
215
  # Display the frequency value below it
216
  st.markdown(f"<h1 style='color: #358E66;'>{intervention_frequency}%</h1>", unsafe_allow_html=True)
217