Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(title=title) as demo:
|
|
133 |
|
134 |
with gr.Row():
|
135 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
136 |
-
gr.Examples([["A
|
137 |
["A 35 year-old female had minor pain in upper abdomen after taking Acetaminophen."]],
|
138 |
[prob1], [label,local_plot, htext
|
139 |
# , med, sym
|
|
|
133 |
|
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 35 year-old female had minor pain in upper abdomen after taking Acetaminophen."]],
|
138 |
[prob1], [label,local_plot, htext
|
139 |
# , med, sym
|