rameshmoorthy commited on
Commit
3d1f2ed
·
verified ·
1 Parent(s): 9401792

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ cluster = gr.Interface(
54
  generate_report,
55
  [gr.File(file_types=['.csv','.xlsx'], label="Upload a CSV or Excel file"),
56
  gr.Radio(["pandas profiling", "sweetviz"], label="Type of report", info="Explore the data")],
57
- gr.HTML(label="Data profile Report",type="auto", html_content=custom_html),
58
  title="Excel sheet Profiling Report",
59
  live=True,
60
  )
 
54
  generate_report,
55
  [gr.File(file_types=['.csv','.xlsx'], label="Upload a CSV or Excel file"),
56
  gr.Radio(["pandas profiling", "sweetviz"], label="Type of report", info="Explore the data")],
57
+ gr.HTML(label="Data profile Report", html_content=custom_html),
58
  title="Excel sheet Profiling Report",
59
  live=True,
60
  )