[email protected] commited on
Commit
ef68dba
Β·
1 Parent(s): 6b71c04
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -169,13 +169,12 @@ with demo:
169
  with gr.TabItem("πŸ“Š Performance Plot", elem_id="llm-benchmark-tab-table", id=2):
170
  print(LEADERBOARD_DF.columns)
171
  # gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
172
- with gr.Row():
173
- perf_plot = gr.components.Plot(
174
- # value=init_perf_plot(LEADERBOARD_DF),
175
- value=init_asset_plot(ASSET_LEADERBOARD_DF),
176
- elem_id="bs1-plot",
177
- show_label=False,
178
- )
179
 
180
  with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=3):
181
  gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
 
169
  with gr.TabItem("πŸ“Š Performance Plot", elem_id="llm-benchmark-tab-table", id=2):
170
  print(LEADERBOARD_DF.columns)
171
  # gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
172
+ perf_plot = gr.components.Plot(
173
+ # value=init_perf_plot(LEADERBOARD_DF),
174
+ value=init_asset_plot(ASSET_LEADERBOARD_DF),
175
+ elem_id="bs1-plot",
176
+ show_label=False,
177
+ )
 
178
 
179
  with gr.TabItem("πŸ“ About", elem_id="llm-benchmark-tab-table", id=3):
180
  gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")