Update app.py
Browse files
app.py
CHANGED
|
@@ -163,6 +163,7 @@ def main():
|
|
| 163 |
# Compute Intervention Session Statistics
|
| 164 |
intervention_stats = compute_intervention_statistics(df)
|
| 165 |
st.subheader("Intervention Session Statistics")
|
|
|
|
| 166 |
|
| 167 |
# Two-column layout for the visualization and intervention frequency
|
| 168 |
col1, col2 = st.columns(2)
|
|
|
|
| 163 |
# Compute Intervention Session Statistics
|
| 164 |
intervention_stats = compute_intervention_statistics(df)
|
| 165 |
st.subheader("Intervention Session Statistics")
|
| 166 |
+
st.write(intervention_stats)
|
| 167 |
|
| 168 |
# Two-column layout for the visualization and intervention frequency
|
| 169 |
col1, col2 = st.columns(2)
|