Spaces:
Sleeping
Sleeping
update (comparison): visual adjustments
Browse files
app/static/browser/index.html
CHANGED
|
@@ -281,10 +281,7 @@ Diabetes"></textarea>
|
|
| 281 |
<h3
|
| 282 |
style="color: #667eea; border-bottom: 2px solid #667eea; padding-bottom: 5px; margin-bottom: 10px;">
|
| 283 |
🧬 Clinical BERT</h3>
|
| 284 |
-
<label>Visualization:</label>
|
| 285 |
<div id="viz-clinical_bert" style="margin-bottom: 15px;"></div>
|
| 286 |
-
<label>JSON:</label>
|
| 287 |
-
<textarea id="json-clinical_bert" readonly style="height: 100px;"></textarea>
|
| 288 |
</div>
|
| 289 |
|
| 290 |
<!-- Standard BERT -->
|
|
@@ -292,10 +289,7 @@ Diabetes"></textarea>
|
|
| 292 |
<h3
|
| 293 |
style="color: #764ba2; border-bottom: 2px solid #764ba2; padding-bottom: 5px; margin-bottom: 10px;">
|
| 294 |
🤖 Standard BERT</h3>
|
| 295 |
-
<label>Visualization:</label>
|
| 296 |
<div id="viz-bert" style="margin-bottom: 15px;"></div>
|
| 297 |
-
<label>JSON:</label>
|
| 298 |
-
<textarea id="json-bert" readonly style="height: 100px;"></textarea>
|
| 299 |
</div>
|
| 300 |
|
| 301 |
<!-- Word2Vec -->
|
|
@@ -303,9 +297,29 @@ Diabetes"></textarea>
|
|
| 303 |
<h3
|
| 304 |
style="color: #2c3e50; border-bottom: 2px solid #2c3e50; padding-bottom: 5px; margin-bottom: 10px;">
|
| 305 |
📚 Word2Vec</h3>
|
| 306 |
-
<label>Visualization:</label>
|
| 307 |
<div id="viz-word2vec" style="margin-bottom: 15px;"></div>
|
| 308 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 309 |
<textarea id="json-word2vec" readonly style="height: 100px;"></textarea>
|
| 310 |
</div>
|
| 311 |
</div>
|
|
|
|
| 281 |
<h3
|
| 282 |
style="color: #667eea; border-bottom: 2px solid #667eea; padding-bottom: 5px; margin-bottom: 10px;">
|
| 283 |
🧬 Clinical BERT</h3>
|
|
|
|
| 284 |
<div id="viz-clinical_bert" style="margin-bottom: 15px;"></div>
|
|
|
|
|
|
|
| 285 |
</div>
|
| 286 |
|
| 287 |
<!-- Standard BERT -->
|
|
|
|
| 289 |
<h3
|
| 290 |
style="color: #764ba2; border-bottom: 2px solid #764ba2; padding-bottom: 5px; margin-bottom: 10px;">
|
| 291 |
🤖 Standard BERT</h3>
|
|
|
|
| 292 |
<div id="viz-bert" style="margin-bottom: 15px;"></div>
|
|
|
|
|
|
|
| 293 |
</div>
|
| 294 |
|
| 295 |
<!-- Word2Vec -->
|
|
|
|
| 297 |
<h3
|
| 298 |
style="color: #2c3e50; border-bottom: 2px solid #2c3e50; padding-bottom: 5px; margin-bottom: 10px;">
|
| 299 |
📚 Word2Vec</h3>
|
|
|
|
| 300 |
<div id="viz-word2vec" style="margin-bottom: 15px;"></div>
|
| 301 |
+
</div>
|
| 302 |
+
<!-- Clinical BERT -->
|
| 303 |
+
<div class="result-block">
|
| 304 |
+
<h3
|
| 305 |
+
style="color: #667eea; border-bottom: 2px solid #667eea; padding-bottom: 5px; margin-bottom: 10px;">
|
| 306 |
+
🧬 Clinical BERT</h3>
|
| 307 |
+
<textarea id="json-clinical_bert" readonly style="height: 100px;"></textarea>
|
| 308 |
+
</div>
|
| 309 |
+
|
| 310 |
+
<!-- Standard BERT -->
|
| 311 |
+
<div class="result-block" style="margin-top: 30px;">
|
| 312 |
+
<h3
|
| 313 |
+
style="color: #764ba2; border-bottom: 2px solid #764ba2; padding-bottom: 5px; margin-bottom: 10px;">
|
| 314 |
+
🤖 Standard BERT</h3>
|
| 315 |
+
<textarea id="json-bert" readonly style="height: 100px;"></textarea>
|
| 316 |
+
</div>
|
| 317 |
+
|
| 318 |
+
<!-- Word2Vec -->
|
| 319 |
+
<div class="result-block" style="margin-top: 30px;">
|
| 320 |
+
<h3
|
| 321 |
+
style="color: #2c3e50; border-bottom: 2px solid #2c3e50; padding-bottom: 5px; margin-bottom: 10px;">
|
| 322 |
+
📚 Word2Vec</h3>
|
| 323 |
<textarea id="json-word2vec" readonly style="height: 100px;"></textarea>
|
| 324 |
</div>
|
| 325 |
</div>
|