Browse Source

Update seq2seq template

Change background color for consistency
pull/10/head
Hironsan 6 years ago
parent
commit
8df2ba743f
1 changed files with 1 additions and 1 deletions
  1. 2
      app/server/templates/annotation/seq2seq.html

2
app/server/templates/annotation/seq2seq.html

@ -1,5 +1,5 @@
{% extends "annotation/annotation_base.html" %} {% load static %} {% block annotation-area %}
<div class="card">
<div class="card" style="background-color:royalblue;color:white;font-weight:bold;">
<div class="card-content" v-if="items.length">
<div class="content">
[[ items[cur].text ]]

Loading…
Cancel
Save