Spaces:
Runtime error
Runtime error
Commit
·
bec2b52
1
Parent(s):
4d6241c
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ with gr.Blocks(title=title) as demo:
|
|
134 |
with gr.Row():
|
135 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
136 |
gr.Examples([["A 35 year-old male had severe headache after taking Aspirin. The lab results were normal."],
|
137 |
-
["A
|
138 |
[prob1], [label,local_plot, htext
|
139 |
# , med, sym
|
140 |
], main, cache_examples=True)
|
|
|
134 |
with gr.Row():
|
135 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
136 |
gr.Examples([["A 35 year-old male had severe headache after taking Aspirin. The lab results were normal."],
|
137 |
+
["A 75 year-old female had severe pain in upper abdomen after taking Acetaminophen."]],
|
138 |
[prob1], [label,local_plot, htext
|
139 |
# , med, sym
|
140 |
], main, cache_examples=True)
|