Update app.py
Browse files
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("<
|
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 |
|