rameshmoorthy commited on
Commit
395451e
1 Parent(s): 38b997f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def generate_report(file):
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,
 
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,