Spaces:
Sleeping
Sleeping
paragon-analytics
commited on
Commit
·
80582bf
1
Parent(s):
dc8ab1d
Update app.py
Browse files
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="
|
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")
|