Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -307,7 +307,7 @@ with gradio.Blocks() as demo:
|
|
307 |
th1 = gradio.Dropdown(thickness_options, label="Thickness 1", value="2")
|
308 |
with gradio.Column(min_width=250):
|
309 |
img1 = gradio.Image(label="Endpoint 1", value=generate_unit_cell("hamburger_box", "1.00", "2"))
|
310 |
-
|
311 |
t2 = gradio.Dropdown(endpoint_options, label="Type 2", value="hot_dog_box")
|
312 |
d2 = gradio.Dropdown(density_options, label="Density 2", value="1.00")
|
313 |
th2 = gradio.Dropdown(thickness_options, label="Thickness 2", value="2")
|
|
|
307 |
th1 = gradio.Dropdown(thickness_options, label="Thickness 1", value="2")
|
308 |
with gradio.Column(min_width=250):
|
309 |
img1 = gradio.Image(label="Endpoint 1", value=generate_unit_cell("hamburger_box", "1.00", "2"))
|
310 |
+
with gradio.Column(min_width=250):
|
311 |
t2 = gradio.Dropdown(endpoint_options, label="Type 2", value="hot_dog_box")
|
312 |
d2 = gradio.Dropdown(density_options, label="Density 2", value="1.00")
|
313 |
th2 = gradio.Dropdown(thickness_options, label="Thickness 2", value="2")
|