mbur commited on
Commit
52016b0
·
verified ·
1 Parent(s): a4048fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def build_leaderboard_tab(folders):
93
  }
94
 
95
  with gr.Tabs() as tabs:
96
- for tab_id, tab_name in enumerate([('qa1','one fact'), 'two facts', 'three facts', 'two arg relations', 'three arg relations']):
97
  df = load_model(folders, tab_name, msg_lengths)
98
  cmap = LinearSegmentedColormap.from_list('ryg', ["red", "yellow", "green"], N=256)
99
 
 
93
  }
94
 
95
  with gr.Tabs() as tabs:
96
+ for tab_id, tab_name in enumerate(['qa1','qa2', 'qa3', 'qa4', 'qa2'],['one fact','two facts','three facts','two arg relations','three arg relations']):
97
  df = load_model(folders, tab_name, msg_lengths)
98
  cmap = LinearSegmentedColormap.from_list('ryg', ["red", "yellow", "green"], N=256)
99