Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
-
['
|
131 |
-
['
|
132 |
-
['
|
133 |
-
['
|
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 |
)
|