Update app.py
Browse files
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
|
| 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):
|