Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -453,7 +453,7 @@ with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
|
|
453 |
with gr.Column():
|
454 |
gr.Markdown("### The target antimicrobial activity of your textile coating")
|
455 |
antimicrobial_activity_target = gr.Text(label="Enter the minimum acceptable antimicrobial activity for your textile coating")
|
456 |
-
gr.
|
457 |
substrate = gr.Dropdown(label="Your substrate", choices=[c for 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 for c in test_data_columns if c.startwith("Microorganism")])
|
|
|
453 |
with gr.Column():
|
454 |
gr.Markdown("### The target antimicrobial activity of your textile coating")
|
455 |
antimicrobial_activity_target = gr.Text(label="Enter the minimum acceptable antimicrobial activity for your textile coating")
|
456 |
+
gr.Markdown("### Your constraints")
|
457 |
substrate = gr.Dropdown(label="Your substrate", choices=[c for 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 for c in test_data_columns if c.startwith("Microorganism")])
|