Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -456,7 +456,7 @@ with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
|
|
456 |
gr.Markwdown("### Your constraints")
|
457 |
substrate = gr.Dropdown(label="Your substrate", choices=[c in test_data_columns if c.startwith("Substrate")])
|
458 |
num_washing_cycles = gr.Text("Your number of washing cycles")
|
459 |
-
microorganism = gr.Dropdown(label="Microorganism", choices=[c in test_data_columns if c.startwith("Microorganism"))
|
460 |
|
461 |
with gr.Column():
|
462 |
with gr.Row():
|
|
|
456 |
gr.Markwdown("### Your constraints")
|
457 |
substrate = gr.Dropdown(label="Your substrate", choices=[c in test_data_columns if c.startwith("Substrate")])
|
458 |
num_washing_cycles = gr.Text("Your number of washing cycles")
|
459 |
+
microorganism = gr.Dropdown(label="Microorganism", choices=[c in test_data_columns if c.startwith("Microorganism")])
|
460 |
|
461 |
with gr.Column():
|
462 |
with gr.Row():
|