Spaces:
Runtime error
Runtime error
Update app.py
#1
by
NateMyers
- opened
app.py
CHANGED
@@ -132,8 +132,8 @@ with gr.Blocks(title=title) as demo:
|
|
132 |
|
133 |
with gr.Row():
|
134 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
135 |
-
gr.Examples([["
|
136 |
-
["
|
137 |
[prob1], [label,local_plot, htext
|
138 |
# , med, sym
|
139 |
], main, cache_examples=True)
|
|
|
132 |
|
133 |
with gr.Row():
|
134 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
135 |
+
gr.Examples([["Last night I took my prescribed medication and was feeling okay. This morning I have a severe headache and a bad fever. I think it may be getting worse."],
|
136 |
+
["This morning I took tylenol and carbamazepine. Now I have the chills and some other side effects"]],
|
137 |
[prob1], [label,local_plot, htext
|
138 |
# , med, sym
|
139 |
], main, cache_examples=True)
|