BenchmarkBot commited on
Commit
cd5f90d
β€’
1 Parent(s): b075f8f

fixed scales

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with demo:
89
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
90
 
91
  with gr.Row():
92
- with gr.Column(scale=1):
93
  with gr.Box(elem_id="search-bar-table-box"):
94
  search_bar = gr.Textbox(
95
  label="Search πŸ”Ž",
@@ -105,6 +105,7 @@ with demo:
105
  info="Select the backends",
106
  elem_id="backend-checkboxes",
107
  )
 
108
  datatype_checkboxes = gr.CheckboxGroup(
109
  choices=["float32", "float16"],
110
  value=["float32", "float16"],
 
89
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
90
 
91
  with gr.Row():
92
+ with gr.Column(scale=2):
93
  with gr.Box(elem_id="search-bar-table-box"):
94
  search_bar = gr.Textbox(
95
  label="Search πŸ”Ž",
 
105
  info="Select the backends",
106
  elem_id="backend-checkboxes",
107
  )
108
+ with gr.Column(scale=1):
109
  datatype_checkboxes = gr.CheckboxGroup(
110
  choices=["float32", "float16"],
111
  value=["float32", "float16"],