ThibaultFy commited on
Commit
faed1d2
β€’
1 Parent(s): a004fb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=50,
147
  )
148
  hospital_b_slider = gr.Slider(
149
  label="Percentage of positive samples in Hospital B",
150
- value=50,
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)