Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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([["A
|
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([["A 75 year-old male had severe headache after taking omeprazole. The lab results were normal."],
|
136 |
+
["A 25 year-old female had minor pain after taking prednisone. It quickly resolved."]],
|
137 |
[prob1], [label,local_plot, htext
|
138 |
# , med, sym
|
139 |
], main, cache_examples=True)
|