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

Update app.py

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