mgyigit commited on
Commit
0ba4316
1 Parent(s): b4cc46c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ with block:
105
  # Dropdown for benchmark type
106
  benchmark_type_selector = gr.Dropdown(choices=list(benchmark_specific_metrics.keys()), label="Select Benchmark Type")
107
 
108
- with gr.Row()
109
  # Dynamic selectors
110
  x_metric_selector = gr.Dropdown(choices=[], label="Select X-axis Metric", visible=False)
111
  y_metric_selector = gr.Dropdown(choices=[], label="Select Y-axis Metric", visible=False)
 
105
  # Dropdown for benchmark type
106
  benchmark_type_selector = gr.Dropdown(choices=list(benchmark_specific_metrics.keys()), label="Select Benchmark Type")
107
 
108
+ with gr.Row():
109
  # Dynamic selectors
110
  x_metric_selector = gr.Dropdown(choices=[], label="Select X-axis Metric", visible=False)
111
  y_metric_selector = gr.Dropdown(choices=[], label="Select Y-axis Metric", visible=False)