nttwt1597 commited on
Commit
8c7099f
·
verified ·
1 Parent(s): cb9b179

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -422,7 +422,7 @@ with gr.Blocks() as demo:
422
  ["Expanded Access", "Interventional", "Observational"],
423
  label="Study Type",
424
  )
425
- phase_box= gr.Radio(
426
  ["Not Applicable", "Early Phase 1", "Phase 1", "Phase 2", "Phase 3", "Phase 4"],
427
  label="Phase"
428
  )
 
422
  ["Expanded Access", "Interventional", "Observational"],
423
  label="Study Type",
424
  )
425
+ phase_box= gr.CheckboxGroup(
426
  ["Not Applicable", "Early Phase 1", "Phase 1", "Phase 2", "Phase 3", "Phase 4"],
427
  label="Phase"
428
  )