Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -145,6 +145,8 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
145 |
['How can I access birth-control in states where it is regulated?']
|
146 |
cache_examples=False,
|
147 |
]
|
|
|
|
|
148 |
|
149 |
gr.Markdown(LICENSE)
|
150 |
|
|
|
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)
|
152 |
|