rameshmoorthy commited on
Commit
05029ae
·
verified ·
1 Parent(s): e8be650

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  ),