Neil-YL commited on
Commit
39ab7d2
·
verified ·
1 Parent(s): 2416d76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -355,7 +355,7 @@ def add_to_queue(student_id, R, Y, B):
355
 
356
  with gr.Blocks(title="OT-2 Liquid Color Matching Experiment Queue") as demo:
357
  gr.Markdown("## OT-2 Liquid Color Matching Experiment Queue")
358
- gr.Markdown("Enter R, Y, and B volumes (in µL). Total volume must be exactly 300 µL.")
359
 
360
  with gr.Row():
361
  with gr.Column(scale=2):
 
355
 
356
  with gr.Blocks(title="OT-2 Liquid Color Matching Experiment Queue") as demo:
357
  gr.Markdown("## OT-2 Liquid Color Matching Experiment Queue")
358
+ gr.Markdown("Enter R, Y, and B volumes (in µL). Total volume must not exceed 300 µL.(a volume of exactly 300 µL is recommended)")
359
 
360
  with gr.Row():
361
  with gr.Column(scale=2):