rameshmoorthy commited on
Commit
489ab09
·
verified ·
1 Parent(s): b034baf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ iface = gr.Interface(
19
  generate_report,
20
  [gr.File(file_types=['.csv','.xlsx'], label="Upload a CSV or Excel file"),
21
  gr.Radio(["pandas profiling", "sweetviz"], label="Type of report", info="Explore the data")],
22
- "html",
23
  title="Excel sheet Profiling Report",
24
  live=True,
25
  )
 
19
  generate_report,
20
  [gr.File(file_types=['.csv','.xlsx'], label="Upload a CSV or Excel file"),
21
  gr.Radio(["pandas profiling", "sweetviz"], label="Type of report", info="Explore the data")],
22
+ gr.HTML(label="Data profile Report"),
23
  title="Excel sheet Profiling Report",
24
  live=True,
25
  )