ehsk commited on
Commit
4077dc3
1 Parent(s): f070a06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 README and our step-by-step guide <a href="https://huggingface.co/spaces/gwf-uwaterloo/acl-spectrum/blob/main/scipapers_scatter.ipynb">here</a>.
 
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
  )