ehsk commited on
Commit
a29d13b
·
1 Parent(s): b2c35fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,7 +36,7 @@ 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
- 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>""",
@@ -153,4 +153,4 @@ fig.update_layout(
153
  fig.update_xaxes(title="")
154
  fig.update_yaxes(title="")
155
 
156
- st.plotly_chart(fig, use_container_width=True)
 
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>""",
 
153
  fig.update_xaxes(title="")
154
  fig.update_yaxes(title="")
155
 
156
+ st.plotly_chart(fig, use_container_width=True)