ProfessorLeVesseur commited on
Commit
aa77d4a
·
verified ·
1 Parent(s): 7437eff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def main():
145
  df = replace_student_names_with_initials(df)
146
 
147
  st.subheader("Uploaded Data")
148
- st.write(df # Display only the first four rows
149
 
150
  # Ensure expected column is available
151
  if INTERVENTION_COLUMN not in df.columns:
 
145
  df = replace_student_names_with_initials(df)
146
 
147
  st.subheader("Uploaded Data")
148
+ st.write(df) # Display only the first four rows
149
 
150
  # Ensure expected column is available
151
  if INTERVENTION_COLUMN not in df.columns: