CathieDaDa commited on
Commit
9d22b52
·
verified ·
1 Parent(s): 4a210fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks() as demo:
32
  label="Select a Leaderboard",
33
  value="Option 1: 大语言模型推理能力综合排名")
34
 
35
- output = gr.DataFrame(value=df3, max_height =900)
36
 
37
  dropdown.change(fn=display_table, inputs=dropdown, outputs=output)
38
 
 
32
  label="Select a Leaderboard",
33
  value="Option 1: 大语言模型推理能力综合排名")
34
 
35
+ output = gr.DataFrame(value=df3, max_height =1800)
36
 
37
  dropdown.change(fn=display_table, inputs=dropdown, outputs=output)
38