Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,5 +160,5 @@ with gr.Blocks() as demo:
|
|
| 160 |
btn_type.click(company_document_type,inputs=[fi_excel,tb_com], outputs=[plt_chart])
|
| 161 |
# dd_label1.change(update_label, inputs=[dd_label1], outputs=[dd_label2])
|
| 162 |
|
| 163 |
-
|
| 164 |
demo.launch(debug=True)
|
|
|
|
| 160 |
btn_type.click(company_document_type,inputs=[fi_excel,tb_com], outputs=[plt_chart])
|
| 161 |
# dd_label1.change(update_label, inputs=[dd_label1], outputs=[dd_label2])
|
| 162 |
|
| 163 |
+
|
| 164 |
demo.launch(debug=True)
|