rameshmoorthy
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -47,5 +47,5 @@ with gr.Blocks() as cluster:
|
|
47 |
out2=gr.File(label="Download CSV")
|
48 |
gr.HTML(value="""<h1 style="color: #3399FF; text-shadow: 1px 1px 2px #ddd;">SWEETVIZ REPORT</h1>""")
|
49 |
out3=gr.File(label="Download CSV")
|
50 |
-
btn.click(generate_report,inputs=[file
|
51 |
cluster.launch()
|
|
|
47 |
out2=gr.File(label="Download CSV")
|
48 |
gr.HTML(value="""<h1 style="color: #3399FF; text-shadow: 1px 1px 2px #ddd;">SWEETVIZ REPORT</h1>""")
|
49 |
out3=gr.File(label="Download CSV")
|
50 |
+
btn.click(generate_report,inputs=[file],outputs=[out1,out3])
|
51 |
cluster.launch()
|