Cyprinus-carpio commited on
Commit
d845ad9
·
verified ·
1 Parent(s): 79c8a10

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -129,8 +129,8 @@
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>
 
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>