Spaces:
Runtime error
Runtime error
ThibaultFy
commited on
Commit
Β·
faed1d2
1
Parent(s):
a004fb9
Update app.py
Browse files
app.py
CHANGED
@@ -143,11 +143,11 @@ with demo:
|
|
143 |
with gr.Row(elem_classes=["margin-top"]):
|
144 |
hospital_a_slider = gr.Slider(
|
145 |
label="Percentage of positive samples in Hospital A",
|
146 |
-
value=
|
147 |
)
|
148 |
hospital_b_slider = gr.Slider(
|
149 |
label="Percentage of positive samples in Hospital B",
|
150 |
-
value=
|
151 |
)
|
152 |
launch_experiment_button = gr.Button(value="Launch Experiment π")
|
153 |
visit_experiment_text = gr.Markdown(visible=False)
|
|
|
143 |
with gr.Row(elem_classes=["margin-top"]):
|
144 |
hospital_a_slider = gr.Slider(
|
145 |
label="Percentage of positive samples in Hospital A",
|
146 |
+
value=80,
|
147 |
)
|
148 |
hospital_b_slider = gr.Slider(
|
149 |
label="Percentage of positive samples in Hospital B",
|
150 |
+
value=20,
|
151 |
)
|
152 |
launch_experiment_button = gr.Button(value="Launch Experiment π")
|
153 |
visit_experiment_text = gr.Markdown(visible=False)
|