snajmark commited on
Commit
1ae2960
·
1 Parent(s): 7d1040b

Update app.py

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