reedmayhew commited on
Commit
682a48e
·
verified ·
1 Parent(s): 654ae5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -139,12 +139,12 @@ with gr.Blocks(fill_height=True, css=css) as demo:
139
  gr.Slider(minimum=1024, maximum=4096, step=128, value=2048, label="Max new tokens", render=False),
140
  ],
141
  examples=[
142
- ['What are the common symptoms of diabetes?'],
143
- ['How can I manage high blood pressure with lifestyle changes?'],
144
- ['What nutritional advice can help improve heart health?'],
145
- ['Can you explain the benefits of regular exercise for mental well-being?']
146
  cache_examples=False,
147
- )
148
 
149
  gr.Markdown(LICENSE)
150
 
 
139
  gr.Slider(minimum=1024, maximum=4096, step=128, value=2048, label="Max new tokens", render=False),
140
  ],
141
  examples=[
142
+ ['What is PrEP, and do I need it?'],
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
  gr.Markdown(LICENSE)
150