RafaelJaime commited on
Commit
6ecec3f
·
verified ·
1 Parent(s): 93c04c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks() as interface:
76
  info="1-3 means the patient was diagnosed with COVID; 4+ means not diagnosed.",
77
  )
78
  patient_type = gr.Dropdown(
79
- choices=["1", "2"],
80
  label="Patient Type",
81
  value="1",
82
  interactive=True,
 
76
  info="1-3 means the patient was diagnosed with COVID; 4+ means not diagnosed.",
77
  )
78
  patient_type = gr.Dropdown(
79
+ choices=["Returned Home", "Hospitalization"],
80
  label="Patient Type",
81
  value="1",
82
  interactive=True,