reedmayhew commited on
Commit
3cd1e30
·
verified ·
1 Parent(s): 7e21141

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -24,7 +24,7 @@ This Health Assistant is designed to provide helpful healthcare information; how
24
  PLACEHOLDER = """
25
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
26
  <h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">The "Doctor" is in.</h1>
27
- <p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Available 1:00pm - 5:00pm EST</p>
28
  </div>
29
  """
30
 
@@ -127,11 +127,10 @@ with gr.Blocks(css=css) as demo:
127
  gr.Slider(minimum=1024, maximum=4096, step=128, value=2048, label="Max new tokens", render=False),
128
  ],
129
  examples=[
130
- ['How to setup a human base on Mars? Give short answer.'],
131
- ['Explain theory of relativity to me like I’m 8 years old.'],
132
- ['What is 9,000 * 9,000?'],
133
- ['Write a pun-filled happy birthday message to my friend Alex.'],
134
- ['Justify why a penguin might make a good king of the jungle.']
135
  ],
136
  cache_examples=False,
137
  )
 
24
  PLACEHOLDER = """
25
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
26
  <h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">The "Doctor" is in.</h1>
27
+ <p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Available for free. Always verify responses with outside information.</p>
28
  </div>
29
  """
30
 
 
127
  gr.Slider(minimum=1024, maximum=4096, step=128, value=2048, label="Max new tokens", render=False),
128
  ],
129
  examples=[
130
+ ['What is PrEP, and do I need it?'],
131
+ ['What medications help manage being undetectable with HIV?'],
132
+ ['How do I know if an abortion is the right option?'],
133
+ ['How can I access birth-control in states where it is regulated?'],
 
134
  ],
135
  cache_examples=False,
136
  )