paragon-analytics commited on
Commit
eb0c95e
1 Parent(s): 5809f13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(title=title) as demo:
112
 
113
  with gr.Column(visible=True) as output_col:
114
  local_plot = gr.HTML(label = 'Shap:')
115
- htext = gr.HighlightedText(label="NER")
116
  # med = gr.Label(label = "Contains Medication")
117
  # sym = gr.Label(label = "Contains Symptoms")
118
 
 
112
 
113
  with gr.Column(visible=True) as output_col:
114
  local_plot = gr.HTML(label = 'Shap:')
115
+ htext = gr.HTML(label="NER")
116
  # med = gr.Label(label = "Contains Medication")
117
  # sym = gr.Label(label = "Contains Symptoms")
118