VaAishvarR commited on
Commit
e065fd2
1 Parent(s): acac329

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -147,8 +147,8 @@ with gr.Blocks(title=title, css=css) as demo:
147
 
148
  with gr.Row():
149
  gr.Markdown("### Click on any of the examples below to see how it works:")
150
- gr.Examples([["A 35 year-old male had severe headache after taking Aspirin. The lab results were normal."],
151
- ["A 75 year-old female had severe pain in upper abdomen after taking Acetaminophen."]],
152
  [prob1], [label,local_plot, htext
153
  # , med, sym
154
  ], main, cache_examples=True)
 
147
 
148
  with gr.Row():
149
  gr.Markdown("### Click on any of the examples below to see how it works:")
150
+ gr.Examples([["A middle aged male had severe nausea after taking Wellbutrin. The lab results were normal."],
151
+ ["An elderly female had severe pain in right abdomen after taking Advil."]],
152
  [prob1], [label,local_plot, htext
153
  # , med, sym
154
  ], main, cache_examples=True)