Spaces:
Sleeping
Sleeping
paragon-analytics
commited on
Commit
•
aa5b3ba
1
Parent(s):
3553235
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks(title=title) as demo:
|
|
88 |
)
|
89 |
|
90 |
with gr.Row():
|
91 |
-
gr.Markdown("### Click on any of the examples below to see
|
92 |
gr.Examples([["I had severe headache after taking Aspirin."],["I had minor headache after taking Acetaminophen."]], [prob1], [label,local_plot, med, sym
|
93 |
], main, cache_examples=True)
|
94 |
|
|
|
88 |
)
|
89 |
|
90 |
with gr.Row():
|
91 |
+
gr.Markdown("### Click on any of the examples below to see how it works:")
|
92 |
gr.Examples([["I had severe headache after taking Aspirin."],["I had minor headache after taking Acetaminophen."]], [prob1], [label,local_plot, med, sym
|
93 |
], main, cache_examples=True)
|
94 |
|