YchKhan commited on
Commit
8a65d08
1 Parent(s): cee1edf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ with gr.Blocks() as demo:
270
 
271
  #classification
272
  btn_classif.click(classification, inputs=[dd_source_class, fi_excel, df_category, sl_treshold], outputs=[fi_excel, df_output])
273
- btn_reset_df.click(reset_cate, inputs=df_cate, output=df_cate)
274
 
275
  #charts
276
  btn_chart.click(create_bar_plot, inputs=[fi_excel, dd_label1, dd_label2], outputs=[plt_figure])
 
270
 
271
  #classification
272
  btn_classif.click(classification, inputs=[dd_source_class, fi_excel, df_category, sl_treshold], outputs=[fi_excel, df_output])
273
+ btn_reset_df.click(reset_cate, inputs=df_cate, outputs=df_cate)
274
 
275
  #charts
276
  btn_chart.click(create_bar_plot, inputs=[fi_excel, dd_label1, dd_label2], outputs=[plt_figure])