BenchmarkBot commited on
Commit
377bf0e
β€’
1 Parent(s): 54b343b

remove button for now

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -129,12 +129,12 @@ with demo:
129
  elem_id="threshold-slider",
130
  )
131
 
132
- with gr.Row():
133
- submit_button = gr.Button(
134
- value="Submit πŸš€",
135
- info="Submit the filters",
136
- elem_id="submit-button",
137
- )
138
 
139
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
140
  with gr.TabItem("πŸ–₯️ A100-80GB Benchmark πŸ‹οΈ", elem_id="A100-benchmark", id=0):
 
129
  elem_id="threshold-slider",
130
  )
131
 
132
+ # with gr.Row():
133
+ # submit_button = gr.Button(
134
+ # value="Submit πŸš€",
135
+ # info="Submit the filters",
136
+ # elem_id="submit-button",
137
+ # )
138
 
139
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
140
  with gr.TabItem("πŸ–₯️ A100-80GB Benchmark πŸ‹οΈ", elem_id="A100-benchmark", id=0):