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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -143,9 +143,8 @@ 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
  )
150
 
151
  gr.Markdown(LICENSE)
 
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
  ]
147
+ cache_examples=False,
148
  )
149
 
150
  gr.Markdown(LICENSE)