Spaces:
Runtime error
Runtime error
VaAishvarR
commited on
Commit
·
e065fd2
1
Parent(s):
acac329
Update app.py
Browse files
app.py
CHANGED
@@ -147,8 +147,8 @@ with gr.Blocks(title=title, css=css) as demo:
|
|
147 |
|
148 |
with gr.Row():
|
149 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
150 |
-
gr.Examples([["A
|
151 |
-
["
|
152 |
[prob1], [label,local_plot, htext
|
153 |
# , med, sym
|
154 |
], main, cache_examples=True)
|
|
|
147 |
|
148 |
with gr.Row():
|
149 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
150 |
+
gr.Examples([["A middle aged male had severe nausea after taking Wellbutrin. The lab results were normal."],
|
151 |
+
["An elderly female had severe pain in right abdomen after taking Advil."]],
|
152 |
[prob1], [label,local_plot, htext
|
153 |
# , med, sym
|
154 |
], main, cache_examples=True)
|