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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
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
  )
 
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
  )