Spaces:
Running
Running
Commit
·
b40fa9c
1
Parent(s):
403911f
Add interactive TF-IDF test section to index.html and update banner dimensions for improved visualization
Browse files
src/fragments/banner-width-1400.html
ADDED
The diff for this file is too large to render.
See raw diff
|
|
src/fragments/banner-width-1800.html
ADDED
The diff for this file is too large to render.
See raw diff
|
|
src/fragments/banner.html
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
src/index.html
CHANGED
@@ -67,6 +67,15 @@
|
|
67 |
|
68 |
<aside>Reading time: 10-15 minutes.</aside>
|
69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
<p>This template includes support for mathematics, interactive visualizations, citations, footnotes, and more. In this guide, we'll walk you through the structure of the template and how to customize it for your own blog.</p>
|
71 |
|
72 |
<aside>If you have questions or remarks open a discussion on the <a href="https://huggingface.co/spaces/lvwerra/distill-blog-template/discussions?status=open&type=discussion">Community tab</a>!</aside>
|
|
|
67 |
|
68 |
<aside>Reading time: 10-15 minutes.</aside>
|
69 |
|
70 |
+
<details style="background: #f6f8fa; border: 1px solid #d0d7de; border-radius: 6px; margin: 1em 0;">
|
71 |
+
<summary style="padding: 12px; cursor: pointer; user-select: none; background: #f3f4f6; border-bottom: 1px solid #d0d7de;">
|
72 |
+
Test TF-IDF
|
73 |
+
</summary>
|
74 |
+
<div class="code-embed-container" style="margin: 0; border-radius: 0; overflow-x: scroll; width: max-content; min-width: 100%; font-size: 8px;"></div>
|
75 |
+
<script src="https://gist.github.com/hesamsheikh/951ba078734a66d19a6c963edfd8bc3c.js"></script>
|
76 |
+
</div>
|
77 |
+
</details>
|
78 |
+
|
79 |
<p>This template includes support for mathematics, interactive visualizations, citations, footnotes, and more. In this guide, we'll walk you through the structure of the template and how to customize it for your own blog.</p>
|
80 |
|
81 |
<aside>If you have questions or remarks open a discussion on the <a href="https://huggingface.co/spaces/lvwerra/distill-blog-template/discussions?status=open&type=discussion">Community tab</a>!</aside>
|