aerf3gf commited on
Commit
1a6054d
·
verified ·
1 Parent(s): fbc6453

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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)