Spaces:
Runtime error
Runtime error
Commit
·
aac4588
1
Parent(s):
0a1e37c
Update app.py
Browse files
app.py
CHANGED
@@ -78,9 +78,9 @@ with gr.Blocks(title=title) as demo:
|
|
78 |
# "+": "lightsteelblue", "NA":"white"})
|
79 |
# NER = gr.HTML(label = 'NER:')
|
80 |
intp = gr.HighlightedText(label="Word Scores",
|
81 |
-
combine_adjacent=False).style(color_map={"++": "
|
82 |
-
"--": "
|
83 |
-
"-": "
|
84 |
|
85 |
|
86 |
submit_btn.click(
|
|
|
78 |
# "+": "lightsteelblue", "NA":"white"})
|
79 |
# NER = gr.HTML(label = 'NER:')
|
80 |
intp = gr.HighlightedText(label="Word Scores",
|
81 |
+
combine_adjacent=False).style(color_map={"++": "darkred","+": "red",
|
82 |
+
"--": "darkgreen",
|
83 |
+
"-": "green", "NA":"white"})
|
84 |
|
85 |
|
86 |
submit_btn.click(
|