Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,8 +30,7 @@ with gr.Blocks() as demo:
|
|
| 30 |
|
| 31 |
with gr.Column(visible=False) as results_page:
|
| 32 |
output_table = gr.Dataframe(label="Matching Trials", interactive=False)
|
| 33 |
-
|
| 34 |
-
back_btn = gr.Button("Back")
|
| 35 |
|
| 36 |
def go_back():
|
| 37 |
return gr.update(visible=True), gr.update(visible=False)
|
|
|
|
| 30 |
|
| 31 |
with gr.Column(visible=False) as results_page:
|
| 32 |
output_table = gr.Dataframe(label="Matching Trials", interactive=False)
|
| 33 |
+
back_btn = gr.Button("Back")
|
|
|
|
| 34 |
|
| 35 |
def go_back():
|
| 36 |
return gr.update(visible=True), gr.update(visible=False)
|