reedmayhew commited on
Commit
7fd2cf6
·
verified ·
1 Parent(s): 682a48e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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