Koshti10 commited on
Commit
66dd151
·
verified ·
1 Parent(s): 10d2879

Upload 6 files

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -349,7 +349,7 @@ with hf_app:
349
  with gr.Column(scale=3):
350
  trend_select = gr.Dropdown(
351
  choices=["Text", "Multimodal"],
352
- value="Text",
353
  label="Select Benchmark 🔍",
354
  elem_id="value-select-7",
355
  interactive=True,
@@ -364,9 +364,7 @@ with hf_app:
364
  )
365
 
366
  with gr.Row():
367
- trend_plot = gr.Plot(get_final_trend_plot(),
368
- label="",
369
- show_label=False)
370
 
371
  trend_select.change(
372
  get_final_trend_plot,
 
349
  with gr.Column(scale=3):
350
  trend_select = gr.Dropdown(
351
  choices=["Text", "Multimodal"],
352
+ value=None,
353
  label="Select Benchmark 🔍",
354
  elem_id="value-select-7",
355
  interactive=True,
 
364
  )
365
 
366
  with gr.Row():
367
+ trend_plot = gr.Plot(show_label=False)
 
 
368
 
369
  trend_select.change(
370
  get_final_trend_plot,