rameshmoorthy
commited on
Update app.py
Browse files
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",
|
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 |
)
|