Spaces:
Running
Running
BenchmarkBot
commited on
Commit
β’
3cf7ac3
1
Parent(s):
b5df641
put search on a seperate line
Browse files
app.py
CHANGED
@@ -92,13 +92,13 @@ with demo:
|
|
92 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
93 |
|
94 |
with gr.Row():
|
95 |
-
with gr.
|
96 |
search_bar = gr.Textbox(
|
97 |
-
|
98 |
-
info="Search for a model",
|
99 |
elem_id="search-bar",
|
100 |
)
|
101 |
|
|
|
102 |
with gr.Column(scale=1):
|
103 |
backend_checkboxes = gr.CheckboxGroup(
|
104 |
choices=["pytorch", "onnxruntime"],
|
@@ -119,7 +119,7 @@ with demo:
|
|
119 |
with gr.Row():
|
120 |
with gr.Box(elem_id="threshold-slider-box"):
|
121 |
threshold_slider = gr.Slider(
|
122 |
-
label="Threshold π",
|
123 |
info="Filter by average H4 score",
|
124 |
value=0.0,
|
125 |
elem_id="threshold-slider",
|
|
|
92 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
93 |
|
94 |
with gr.Row():
|
95 |
+
with gr.Box(elem_id="search-bar-table-box"):
|
96 |
search_bar = gr.Textbox(
|
97 |
+
info="π Search for a model and press Submit π",
|
|
|
98 |
elem_id="search-bar",
|
99 |
)
|
100 |
|
101 |
+
with gr.Row():
|
102 |
with gr.Column(scale=1):
|
103 |
backend_checkboxes = gr.CheckboxGroup(
|
104 |
choices=["pytorch", "onnxruntime"],
|
|
|
119 |
with gr.Row():
|
120 |
with gr.Box(elem_id="threshold-slider-box"):
|
121 |
threshold_slider = gr.Slider(
|
122 |
+
label="H4 Threshold π",
|
123 |
info="Filter by average H4 score",
|
124 |
value=0.0,
|
125 |
elem_id="threshold-slider",
|