amc9qx commited on
Commit
330b5b4
·
verified ·
1 Parent(s): e52c9bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(title=title) as demo:
133
  with gr.Row():
134
  gr.Markdown("### Click on any of the examples below to see how it works:")
135
  gr.Examples([["A 35 year-old male had severe headache after taking Aspirin. The lab results were normal."],
136
- ["A 35 year-old female had minor pain in upper abdomen after taking Acetaminophen."]],
137
  [prob1], [label,local_plot, htext
138
  # , med, sym
139
  ], main, cache_examples=True)
 
133
  with gr.Row():
134
  gr.Markdown("### Click on any of the examples below to see how it works:")
135
  gr.Examples([["A 35 year-old male had severe headache after taking Aspirin. The lab results were normal."],
136
+ ["After taking the medication for osteopenia, within 12 hours I experienced significant relief. My muscles stopped aching, the burning sensation in my ribs disappeared, and the muscle spasms and chills subsided. I was able to walk without assistance and didn't require a hospital visit.."]],
137
  [prob1], [label,local_plot, htext
138
  # , med, sym
139
  ], main, cache_examples=True)