rameshmoorthy
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ with gr.Blocks() as cluster:
|
|
247 |
plots1.append(m)
|
248 |
print(type(plots1[0]))
|
249 |
|
250 |
-
btn.click(handle_click, inputs=[file, sheet_dropdown], outputs=out1+ out2+ var+ dataframe1+ dataframe2+plots1+plots2
|
251 |
file.change(update_sheets, inputs=file, outputs=sheet_dropdown)
|
252 |
#btn.click(generate_report,inputs=[file],outputs=[out1,out2,var,dataframe1,dataframe2])
|
253 |
cluster.launch()
|
|
|
247 |
plots1.append(m)
|
248 |
print(type(plots1[0]))
|
249 |
|
250 |
+
btn.click(handle_click, inputs=[file, sheet_dropdown], outputs=out1+ out2+ var+ dataframe1+ dataframe2+plots1+plots2)
|
251 |
file.change(update_sheets, inputs=file, outputs=sheet_dropdown)
|
252 |
#btn.click(generate_report,inputs=[file],outputs=[out1,out2,var,dataframe1,dataframe2])
|
253 |
cluster.launch()
|