Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ def generate_report(file):
|
|
| 10 |
|
| 11 |
iface = gr.Interface(
|
| 12 |
generate_report,
|
| 13 |
-
[gr.File(file_types=
|
| 14 |
"html",
|
| 15 |
title="Pandas Profiling Report",
|
| 16 |
live=True,
|
|
|
|
| 10 |
|
| 11 |
iface = gr.Interface(
|
| 12 |
generate_report,
|
| 13 |
+
[gr.File(file_types=['.csv','.xlsx'], label="Upload a CSV or Excel file")],
|
| 14 |
"html",
|
| 15 |
title="Pandas Profiling Report",
|
| 16 |
live=True,
|