reedmayhew commited on
Commit
dd72b73
·
verified ·
1 Parent(s): f03ab9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -142,8 +142,8 @@ with gr.Blocks(fill_height=True, css=css) as demo:
142
  ['What is PrEP, and do I need it?'],
143
  ['What medications help manage being undetectable with HIV?'],
144
  ['How do I know if an abortion is the right option?'],
145
- ['How can I access birth-control in states where it is regulated?']
146
- cache_examples=False,
147
  ]
148
 
149
  )
 
142
  ['What is PrEP, and do I need it?'],
143
  ['What medications help manage being undetectable with HIV?'],
144
  ['How do I know if an abortion is the right option?'],
145
+ ['How can I access birth-control in states where it is regulated?'],
146
+ cache_examples=False
147
  ]
148
 
149
  )