Cyprinus-carpio commited on
Commit
e6998b2
·
verified ·
1 Parent(s): 05fd6fa

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -129,10 +129,10 @@
129
  </div>
130
  <div class="form-group mb-3">
131
  <label data-toggle="tooltip" data-placement="top"
132
- title="情感嵌入,{% if w2v2_emotion_count > 0 %}
133
- 可输入范围是0-{{ w2v2_emotion_count-1 }}
134
  {% else %}
135
- 未加载emotion
136
  {% endif %}">emotion</label>
137
  <input type="number" class="form-control" min="0" max="{{ w2v2_emotion_count-1 }}" step="1"
138
  id="emotion" value="0" oninput="updateLink()">
 
129
  </div>
130
  <div class="form-group mb-3">
131
  <label data-toggle="tooltip" data-placement="top"
132
+ title="情感嵌入({% if w2v2_emotion_count > 0 %}
133
+ 可输入范围是 0-{{ w2v2_emotion_count-1 }}
134
  {% else %}
135
+ 未加载
136
  {% endif %}">emotion</label>
137
  <input type="number" class="form-control" min="0" max="{{ w2v2_emotion_count-1 }}" step="1"
138
  id="emotion" value="0" oninput="updateLink()">