Spaces:
Runtime error
Runtime error
Commit
·
6110a26
1
Parent(s):
aa5b3ba
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(title=title) as demo:
|
|
89 |
|
90 |
with gr.Row():
|
91 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
92 |
-
gr.Examples([["
|
93 |
], main, cache_examples=True)
|
94 |
|
95 |
demo.launch()
|
|
|
89 |
|
90 |
with gr.Row():
|
91 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
92 |
+
gr.Examples([["Severe headache after Aspirin."],["Minor headache after Acetaminophen."]], [prob1], [label,local_plot, med, sym
|
93 |
], main, cache_examples=True)
|
94 |
|
95 |
demo.launch()
|