Update main.py
Browse files
main.py
CHANGED
|
@@ -59,7 +59,7 @@ def main():
|
|
| 59 |
col1, col2 = st.columns([3, 1]) # Set the column width ratio
|
| 60 |
|
| 61 |
with col1:
|
| 62 |
-
intervention_fig = plot_intervention_statistics(intervention_stats)
|
| 63 |
|
| 64 |
with col2:
|
| 65 |
intervention_frequency = intervention_stats['Intervention Frequency (%)'].values[0]
|
|
|
|
| 59 |
col1, col2 = st.columns([3, 1]) # Set the column width ratio
|
| 60 |
|
| 61 |
with col1:
|
| 62 |
+
intervention_fig = visualization.plot_intervention_statistics(intervention_stats)
|
| 63 |
|
| 64 |
with col2:
|
| 65 |
intervention_frequency = intervention_stats['Intervention Frequency (%)'].values[0]
|