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