ggcristian commited on
Commit
0b943f2
·
1 Parent(s): aaf0c71

Adjust padding

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ with gr.Blocks(css=custom_css, js=js_func, theme=gr.themes.Default(primary_hue=c
186
  benchmark_radio = gr.Radio(choices=["All"] + s2r_benchs, label="Select Benchmark", value='All')
187
 
188
  with gr.Row(equal_height=True):
189
- with gr.Column(scale=1.9):
190
  search_box = gr.Textbox(label="Search Model", placeholder="Type model name...")
191
  with gr.Column(scale=1):
192
  model_type_dropdown = gr.Dropdown(
 
186
  benchmark_radio = gr.Radio(choices=["All"] + s2r_benchs, label="Select Benchmark", value='All')
187
 
188
  with gr.Row(equal_height=True):
189
+ with gr.Column(scale=1.91):
190
  search_box = gr.Textbox(label="Search Model", placeholder="Type model name...")
191
  with gr.Column(scale=1):
192
  model_type_dropdown = gr.Dropdown(