jschwaller commited on
Commit
548049b
·
verified ·
1 Parent(s): d136104

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 male had severe headache after taking Aspirin. The lab results were normal."],
127
- ["A 35 year-old female had minor pain in upper abdomen after taking Acetaminophen."]],
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()