Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ cluster = gr.Interface(
|
|
| 82 |
layout=gr.Column(
|
| 83 |
'html',
|
| 84 |
#gr.HTML(label="Data Profile Report", html_content=download_html),
|
| 85 |
-
gr.Button(value="Download Report", type="submit") # Optional: Replace button within HTML if needed
|
| 86 |
),
|
| 87 |
title="Excel sheet Profiling Report",
|
| 88 |
live=True,
|
|
@@ -91,7 +91,7 @@ cluster = gr.Interface(
|
|
| 91 |
# with gr.Row():
|
| 92 |
# gr.File(file_types=['.csv', '.xlsx'], label="Upload a CSV or Excel file"),
|
| 93 |
# gr.Radio(["pandas profiling", "sweetviz"], label="Type of report", info="Explore the data")]
|
| 94 |
-
# btn=gr.Button(
|
| 95 |
# with gr.Row():
|
| 96 |
# gr.Button(value="Download Report", type="submit")
|
| 97 |
cluster.launch()
|
|
|
|
| 82 |
layout=gr.Column(
|
| 83 |
'html',
|
| 84 |
#gr.HTML(label="Data Profile Report", html_content=download_html),
|
| 85 |
+
#gr.Button(value="Download Report", type="submit") # Optional: Replace button within HTML if needed
|
| 86 |
),
|
| 87 |
title="Excel sheet Profiling Report",
|
| 88 |
live=True,
|
|
|
|
| 91 |
# with gr.Row():
|
| 92 |
# gr.File(file_types=['.csv', '.xlsx'], label="Upload a CSV or Excel file"),
|
| 93 |
# gr.Radio(["pandas profiling", "sweetviz"], label="Type of report", info="Explore the data")]
|
| 94 |
+
# btn=gr.Button(label="Download Report")
|
| 95 |
# with gr.Row():
|
| 96 |
# gr.Button(value="Download Report", type="submit")
|
| 97 |
cluster.launch()
|