Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(css=css) as demo:
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 male had minor nausea after taking Acetaminophen."]],
128
  [prob1], [label, local_plot, htext], main, cache_examples=True)
129
 
130
  demo.launch()
 
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
+ ["I took Tylenol. My headache got better, but I broke out in hives 30 minutes later."]],
128
  [prob1], [label, local_plot, htext], main, cache_examples=True)
129
 
130
  demo.launch()