paragon-analytics commited on
Commit
3553235
·
1 Parent(s): 0e1a661

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -86,9 +86,10 @@ with gr.Blocks(title=title) as demo:
86
  ,local_plot, med, sym
87
  ], api_name="adr"
88
  )
89
-
90
- gr.Markdown("### Click on any of the examples below to see to what extent they contain resilience messaging:")
91
- gr.Examples([["I had severe headache after taking Aspirin."],["I had minor headache after taking Acetaminophen."]], [prob1], [label,local_plot, med, sym
 
92
  ], main, cache_examples=True)
93
 
94
  demo.launch()
 
86
  ,local_plot, med, sym
87
  ], api_name="adr"
88
  )
89
+
90
+ with gr.Row():
91
+ gr.Markdown("### Click on any of the examples below to see to what extent they contain resilience messaging:")
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()