Tom commited on
Commit
3048271
1 Parent(s): 322175e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ def load_csv(file):
177
  iface = gr.Interface(
178
  fn=load_csv,
179
  inputs=gr.File(label="Upload CSV File"),
180
- outputs=gr.Dataframe(label="Preview of Uploaded Data", max_rows=10),
181
  description="Upload a CSV file to perform comprehensive student data analysis."
182
  )
183
 
 
177
  iface = gr.Interface(
178
  fn=load_csv,
179
  inputs=gr.File(label="Upload CSV File"),
180
+ outputs=gr.Dataframe(label="Preview of Uploaded Data"),
181
  description="Upload a CSV file to perform comprehensive student data analysis."
182
  )
183