rameshmoorthy commited on
Commit
b507dc9
·
verified ·
1 Parent(s): 492d55e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,type],outputs=[out1,out3])
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()