ehsk commited on
Commit
d6bf05a
1 Parent(s): a29d13b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -34,11 +34,10 @@ st.sidebar.write(
34
  )
35
  st.sidebar.write(
36
  """<p class="text-justify">
37
- An interactive t-SNE visualization featuring over 1K papers (titles and abstracts), sourced from the
38
- <a href="https://gwf-uwaterloo.github.io/gwf-publications/">Global Water Futures</a> program,
39
- and embedded via
40
- <a href="https://huggingface.co/allenai/specter2_base">spectre2</a>.
41
- 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>.
42
  </p>""",
43
  unsafe_allow_html=True,
44
  )
 
34
  )
35
  st.sidebar.write(
36
  """<p class="text-justify">
37
+ An interactive t-SNE visualization of <a href="https://huggingface.co/allenai/specter2_base">spectre2</a> embeddings
38
+ featuring over 1K papers (titles and abstracts) from the
39
+ <a href="https://gwf-uwaterloo.github.io/gwf-publications/">Global Water Futures</a> program.
40
+ 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>.
 
41
  </p>""",
42
  unsafe_allow_html=True,
43
  )