paragon-analytics commited on
Commit
a82cc2b
1 Parent(s): 1f5259d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks(title=title) as demo:
118
 
119
  with gr.Column(visible=True) as output_col:
120
  local_plot = gr.HTML(label = 'Shap:')
121
- htext = gr.HighlightedText(label="NER")
122
  # med = gr.Label(label = "Contains Medication")
123
  # sym = gr.Label(label = "Contains Symptoms")
124
 
 
118
 
119
  with gr.Column(visible=True) as output_col:
120
  local_plot = gr.HTML(label = 'Shap:')
121
+ htext = gr.HTML(label="NER")
122
  # med = gr.Label(label = "Contains Medication")
123
  # sym = gr.Label(label = "Contains Symptoms")
124