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