Spaces:
Sleeping
Sleeping
Tom
commited on
Commit
•
3048271
1
Parent(s):
322175e
updated
Browse files
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"
|
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 |
|