ProfessorLeVesseur commited on
Commit
f6d1135
1 Parent(s): 51524e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)