Spaces:
Sleeping
Sleeping
jschwaller
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -123,8 +123,8 @@ with gr.Blocks(css=css) as demo:
|
|
123 |
|
124 |
with gr.Row():
|
125 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
126 |
-
gr.Examples([["A 35 year-old
|
127 |
-
["A
|
128 |
[prob1], [label, local_plot, htext], main, cache_examples=True)
|
129 |
|
130 |
demo.launch()
|
|
|
123 |
|
124 |
with gr.Row():
|
125 |
gr.Markdown("### Click on any of the examples below to see how it works:")
|
126 |
+
gr.Examples([["A 35 year-old female had suicidal ideation after taking Prednisone."],
|
127 |
+
["A 23 year-old female had was naseous after taking Amoxicillin."]],
|
128 |
[prob1], [label, local_plot, htext], main, cache_examples=True)
|
129 |
|
130 |
demo.launch()
|