myhs commited on
Commit
02aca53
·
verified ·
1 Parent(s): 01383fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def create_interface():
49
  with gr.TabItem('Results', elem_id='main', id=0):
50
  # math_main_tab(results)
51
  pass
52
- with gr.TabItem('Predictions', elem_id='notmain', id=0):
53
  # dataset_tab(results, structs[i], dataset)
54
  pass
55
 
 
49
  with gr.TabItem('Results', elem_id='main', id=0):
50
  # math_main_tab(results)
51
  pass
52
+ with gr.TabItem('Predictions', elem_id='notmain', id=1):
53
  # dataset_tab(results, structs[i], dataset)
54
  pass
55