Update app.py
Browse files
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 =
|
| 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 |
|