Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -130,7 +130,7 @@
|
|
130 |
<div class="form-group mb-3">
|
131 |
<label data-toggle="tooltip" data-placement="top"
|
132 |
title="情感嵌入{% if w2v2_emotion_count > 0 %}
|
133 |
-
|
134 |
{% else %}
|
135 |
未加载
|
136 |
{% endif %}">emotion</label>
|
|
|
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>
|