ccm commited on
Commit
1141b7e
1 Parent(s): 48aa2d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -303,7 +303,7 @@ with gradio.Blocks() as demo:
303
  th1 = gradio.Dropdown(thickness_options, label="Thickness 1", value=random.choice(thickness_options))
304
  with gradio.Column():
305
  t2 = gradio.Dropdown(endpoint_types, label="Type 2", value=random.choice(endpoint_types))
306
- d2 = gradio.Dropdown(density_options, label="Density 2", random.choice(density_options))
307
  th2 = gradio.Dropdown(thickness_options, label="Thickness 2", value=random.choice(thickness_options))
308
  steps = gradio.Dropdown(interpolation_options, label="Interpolation Length", value=random.choice(interpolation_options))
309
  btn = gradio.Button("Run")
 
303
  th1 = gradio.Dropdown(thickness_options, label="Thickness 1", value=random.choice(thickness_options))
304
  with gradio.Column():
305
  t2 = gradio.Dropdown(endpoint_types, label="Type 2", value=random.choice(endpoint_types))
306
+ d2 = gradio.Dropdown(density_options, label="Density 2", value=random.choice(density_options))
307
  th2 = gradio.Dropdown(thickness_options, label="Thickness 2", value=random.choice(thickness_options))
308
  steps = gradio.Dropdown(interpolation_options, label="Interpolation Length", value=random.choice(interpolation_options))
309
  btn = gradio.Button("Run")