Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ def main():
|
|
226 |
st.write(student_metrics_df)
|
227 |
|
228 |
# Visualization for Student Metrics
|
229 |
-
student_metrics_fig = plot_student_metrics(student_metrics_df)
|
230 |
|
231 |
# Compute Student Metric Averages
|
232 |
attendance_avg_stats, engagement_avg_stats = compute_average_metrics(student_metrics_df)
|
|
|
226 |
st.write(student_metrics_df)
|
227 |
|
228 |
# Visualization for Student Metrics
|
229 |
+
# student_metrics_fig = plot_student_metrics(student_metrics_df)
|
230 |
|
231 |
# Compute Student Metric Averages
|
232 |
attendance_avg_stats, engagement_avg_stats = compute_average_metrics(student_metrics_df)
|