rameshmoorthy
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ cluster = gr.Interface(
|
|
80 |
}
|
81 |
""",
|
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 |
),
|
|
|
80 |
}
|
81 |
""",
|
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 |
),
|