polejowska commited on
Commit
a1ac03f
1 Parent(s): 6978df0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -100,6 +100,7 @@ with gr.Blocks(css=css) as app:
100
  label="Select an object detection model",
101
  show_label=True,
102
  )
 
103
  slider_input = gr.Slider(
104
  minimum=0.2, maximum=1, value=0.7, label="Prediction threshold"
105
  )
 
100
  label="Select an object detection model",
101
  show_label=True,
102
  )
103
+ with gr.Row():
104
  slider_input = gr.Slider(
105
  minimum=0.2, maximum=1, value=0.7, label="Prediction threshold"
106
  )