snajmark commited on
Commit
4bebbf5
·
1 Parent(s): 7721b2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():