paragon-analytics commited on
Commit
80582bf
·
1 Parent(s): dc8ab1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks(title=title) as demo:
85
  with gr.Column(visible=True) as output_col:
86
  label = gr.Label(label = "Predicted Label")
87
  local_plot = gr.HTML(label = 'Shap:')
88
- htext = gr.HighlightedText(label="Diff", combine_adjacent=True, show_legend=True)
89
 
90
  with gr.Column(visible=True) as output_col:
91
  med = gr.Label(label = "Contains Medication")
 
85
  with gr.Column(visible=True) as output_col:
86
  label = gr.Label(label = "Predicted Label")
87
  local_plot = gr.HTML(label = 'Shap:')
88
+ htext = gr.HighlightedText(label="NER", combine_adjacent=True, show_legend=True)
89
 
90
  with gr.Column(visible=True) as output_col:
91
  med = gr.Label(label = "Contains Medication")