Spaces:
Paused
Paused
Update app.py
Browse filesnotebook url fixed
app.py
CHANGED
@@ -36,7 +36,7 @@ st.sidebar.write(
|
|
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="scipapers_scatter.ipynb">here</a>.
|
40 |
</p>""",
|
41 |
unsafe_allow_html=True,
|
42 |
)
|
@@ -154,4 +154,4 @@ fig.update_layout(
|
|
154 |
fig.update_xaxes(title="")
|
155 |
fig.update_yaxes(title="")
|
156 |
|
157 |
-
st.plotly_chart(fig, use_container_width=True)
|
|
|
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 |
)
|
|
|
154 |
fig.update_xaxes(title="")
|
155 |
fig.update_yaxes(title="")
|
156 |
|
157 |
+
st.plotly_chart(fig, use_container_width=True)
|