CarlosMalaga commited on
Commit
a4c1e79
·
verified ·
1 Parent(s): b2f1b45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ def run_client():
239
  # Radio button selection
240
  analysis_type = st.radio(
241
  "Choose analysis type:",
242
- options=["intervention", "outcome", "question", "db intervention", "db outcome"],
243
  index=2 # Default to 'question'
244
  )
245
 
 
239
  # Radio button selection
240
  analysis_type = st.radio(
241
  "Choose analysis type:",
242
+ options=["intervention", "outcome", "question", "db intervention", "db outcome", "db question"],
243
  index=2 # Default to 'question'
244
  )
245