area444 commited on
Commit
187b34f
·
verified ·
1 Parent(s): a0c012b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks(fill_height=True) as demo:
175
  btn_update.click(fn=update_table, inputs=[start_input, prediction_input, range_input, tu], outputs=table_)
176
 
177
  # Configure the buttons and the panel visibility
178
- btn_1.click(check_words, inputs=[user_text, input_text, user_text], outputs=[panel_2, panel_1, tu]) # Hide Panel 1 and show Panel 2
179
 
180
  demo.launch()
181
 
 
175
  btn_update.click(fn=update_table, inputs=[start_input, prediction_input, range_input, tu], outputs=table_)
176
 
177
  # Configure the buttons and the panel visibility
178
+ btn_1.click(check_words, inputs=[user_text, input_text], outputs=[panel_2, panel_1, tu]) # Hide Panel 1 and show Panel 2
179
 
180
  demo.launch()
181