Update app.py
Browse files
app.py
CHANGED
@@ -165,9 +165,9 @@ iface = gr.Interface(
|
|
165 |
inputs=gr.Textbox(lines=5, label="Input Text",placeholder="Write about how your breakfast went or anything else that happend or might happen to you ..."),
|
166 |
outputs=[
|
167 |
gr.HighlightedText(label="Binary Sequence Classification",
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
),
|
172 |
gr.HighlightedText(label="Extended Sequence Classification",
|
173 |
color_map={
|
|
|
165 |
inputs=gr.Textbox(lines=5, label="Input Text",placeholder="Write about how your breakfast went or anything else that happend or might happen to you ..."),
|
166 |
outputs=[
|
167 |
gr.HighlightedText(label="Binary Sequence Classification",
|
168 |
+
color_map={
|
169 |
+
"External": "#6ad5bcff",
|
170 |
+
"Internal": "#ee8bacff"}
|
171 |
),
|
172 |
gr.HighlightedText(label="Extended Sequence Classification",
|
173 |
color_map={
|