A-baoYang commited on
Commit
3539895
1 Parent(s): 9fbf2b6
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -263,11 +263,7 @@ with gr.Blocks(css=css, theme=gr.themes.Monochrome(neutral_hue="green")) as demo
263
  open_data_check, [catrep_checkbox_open_data_check], [catrep_text_data_from_file_check]
264
  )
265
  catrep_button_generation_explanation.click(
266
- disable_btn, None, None
267
- ).then(
268
  cat_report_explanation, [catrep_text_data_from_file_check], [catrep_textbox_explanation]
269
- ).then(
270
- enable_btn, None, None
271
  )
272
 
273
 
 
263
  open_data_check, [catrep_checkbox_open_data_check], [catrep_text_data_from_file_check]
264
  )
265
  catrep_button_generation_explanation.click(
 
 
266
  cat_report_explanation, [catrep_text_data_from_file_check], [catrep_textbox_explanation]
 
 
267
  )
268
 
269