Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,8 @@ st.sidebar.write(
|
|
35 |
An interactive t-SNE visualization of <a href="https://huggingface.co/allenai/specter2_base">spectre2</a> embeddings
|
36 |
featuring over 12K papers (titles and abstracts) from the <a href="https://aclanthology.org/">ACL Anthology</a>
|
37 |
spanning 2016 to 2023.
|
38 |
-
For more details, check out our
|
|
|
39 |
</p>""",
|
40 |
unsafe_allow_html=True,
|
41 |
)
|
|
|
35 |
An interactive t-SNE visualization of <a href="https://huggingface.co/allenai/specter2_base">spectre2</a> embeddings
|
36 |
featuring over 12K papers (titles and abstracts) from the <a href="https://aclanthology.org/">ACL Anthology</a>
|
37 |
spanning 2016 to 2023.
|
38 |
+
For more details, check out our <a href="https://huggingface.co/spaces/gwf-uwaterloo/acl-spectrum/blob/main/README.md">README</a>
|
39 |
+
and our step-by-step guide <a href="https://huggingface.co/spaces/gwf-uwaterloo/acl-spectrum/blob/main/scipapers_scatter.ipynb">here</a>.
|
40 |
</p>""",
|
41 |
unsafe_allow_html=True,
|
42 |
)
|