Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
|