ehsk commited on
Commit
5a1f47c
·
1 Parent(s): 90547c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -32,11 +32,10 @@ st.sidebar.write(
32
  )
33
  st.sidebar.write(
34
  """<p class="text-justify">
35
- An interactive t-SNE visualization featuring over 12K papers (titles and abstracts), sourced from the
36
- <a href="https://aclanthology.org/">ACL Anthology</a>
37
- spanning from 2016 to 2023, and embedded via
38
- <a href="https://huggingface.co/allenai/specter2_base">spectre2</a>.
39
- For more information, check out 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
  )
 
32
  )
33
  st.sidebar.write(
34
  """<p class="text-justify">
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
  )