AlGe commited on
Commit
0d81322
·
verified ·
1 Parent(s): 2c1bc1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- #color_map={
169
- # "EXTERNAL": "#6ad5bcff",
170
- # "INTERNAL": "#ee8bacff"}
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={