Spaces:
Running
Running
Update app.py
Browse files
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)
|