wenhuchen commited on
Commit
c41df2a
β€’
1 Parent(s): b6fb488

update leaderboard

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -10,14 +10,14 @@ with block:
10
  )
11
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
12
  # Table 1
13
- with gr.TabItem("πŸ“Š TheoremQA", elem_id="theoremqa-tab-table1", id=1):
14
  with gr.Row():
15
  with gr.Accordion("Citation", open=False):
16
  citation_button = gr.Textbox(
17
  value=CITATION_BUTTON_TEXT,
18
  label=CITATION_BUTTON_LABEL,
19
  elem_id="citation-button",
20
- lines=6,
21
  )
22
  gr.Markdown(
23
  TABLE_INTRODUCTION
@@ -35,7 +35,7 @@ with block:
35
  refresh_button.click(fn=refresh_data, outputs=data_component)
36
 
37
  # table 2
38
- with gr.TabItem("πŸ“ About", elem_id="theoremqa-tab-table2", id=2):
39
  gr.Markdown(LEADERBORAD_INFO, elem_classes="markdown-text")
40
 
41
  # table 3
 
10
  )
11
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
12
  # Table 1
13
+ with gr.TabItem("πŸ“Š Science Leaderboard", elem_id="qa-tab-table1", id=1):
14
  with gr.Row():
15
  with gr.Accordion("Citation", open=False):
16
  citation_button = gr.Textbox(
17
  value=CITATION_BUTTON_TEXT,
18
  label=CITATION_BUTTON_LABEL,
19
  elem_id="citation-button",
20
+ lines=20,
21
  )
22
  gr.Markdown(
23
  TABLE_INTRODUCTION
 
35
  refresh_button.click(fn=refresh_data, outputs=data_component)
36
 
37
  # table 2
38
+ with gr.TabItem("πŸ“ About", elem_id="qa-tab-table2", id=2):
39
  gr.Markdown(LEADERBORAD_INFO, elem_classes="markdown-text")
40
 
41
  # table 3