Spaces:
Sleeping
Sleeping
Commit
·
5d0bd6e
1
Parent(s):
6ca9eed
improved rules
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ inputs = [
|
|
198 |
|
199 |
outputs = [gr_exp_record_df, gr.DataFrame(label="Your Results"), gr.Plot(label="Performance Comparison")]
|
200 |
|
201 |
-
description = "<h3>Welcome, challenger!</h3><p> If you think you may perform better than <strong>CCBO</strong>, try this interactive game to optimize electrospray! Rules are simple: <ul><li>Examine carefully the initial experiments you have on the right, remember, your target size is <u><i><strong>3.000</strong></i></u> ----></li><li>Select your
|
202 |
|
203 |
# Update interface
|
204 |
demo = gr.Interface(
|
|
|
198 |
|
199 |
outputs = [gr_exp_record_df, gr.DataFrame(label="Your Results"), gr.Plot(label="Performance Comparison")]
|
200 |
|
201 |
+
description = "<h3>Welcome, challenger!</h3><p> If you think you may perform better than <strong>CCBO</strong>, try this interactive game to optimize electrospray! Rules are simple: <ul><li>Examine carefully the initial experiments you have on the right (or below if you're using your phone), remember, your target size is <u><i><strong>3.000 um</strong></i></u> ----></li><li>Select your parameters, you have <strong>2</strong> experiments (chances) in each round, use them wisely! </li><li>Click <strong>Submit</strong> to see the results, reflect and improve your selection!</li><li>Repeat the process for <strong>5</strong> rounds to see if you can beat CCBO!</li></ul></p>"
|
202 |
|
203 |
# Update interface
|
204 |
demo = gr.Interface(
|