paragon-analytics commited on
Commit
6110a26
·
1 Parent(s): aa5b3ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(title=title) as demo:
89
 
90
  with gr.Row():
91
  gr.Markdown("### Click on any of the examples below to see how it works:")
92
- gr.Examples([["I had severe headache after taking Aspirin."],["I had minor headache after taking Acetaminophen."]], [prob1], [label,local_plot, med, sym
93
  ], main, cache_examples=True)
94
 
95
  demo.launch()
 
89
 
90
  with gr.Row():
91
  gr.Markdown("### Click on any of the examples below to see how it works:")
92
+ gr.Examples([["Severe headache after Aspirin."],["Minor headache after Acetaminophen."]], [prob1], [label,local_plot, med, sym
93
  ], main, cache_examples=True)
94
 
95
  demo.launch()