jameszhou-gl commited on
Commit
78458d5
Β·
1 Parent(s): db797f7
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -184,8 +184,8 @@ MARITAL_OPTS = ["MARITAL_STATUS_DIVORCED", "MARITAL_STATUS_MARRIED", "MARITAL_ST
184
  "MARITAL_STATUS_UNKNOWN", "MARITAL_STATUS_WIDOWED"]
185
  YEAR_OPTS = [f"YEAR_{y}" for y in range(2005, 2021)]
186
 
187
- with gr.Blocks(title="Coogee (local model) β€” Synthetic EHR Generator") as demo:
188
- gr.Markdown("## Coogee β€” Generate synthetic EHR timelines (local model class)")
189
 
190
  with gr.Row():
191
  age = gr.Dropdown(AGE_OPTS, value="AGE_85_90_years", label="Age")
 
184
  "MARITAL_STATUS_UNKNOWN", "MARITAL_STATUS_WIDOWED"]
185
  YEAR_OPTS = [f"YEAR_{y}" for y in range(2005, 2021)]
186
 
187
+ with gr.Blocks(title="Coogee β€” Synthetic EHR Generator") as demo:
188
+ gr.Markdown("## Coogee β€” Generate synthetic EHR timelines")
189
 
190
  with gr.Row():
191
  age = gr.Dropdown(AGE_OPTS, value="AGE_85_90_years", label="Age")