Spaces:
Runtime error
Runtime error
Commit
·
b942ad4
1
Parent(s):
96795dd
Update app.py
Browse filesfix broken links
app.py
CHANGED
@@ -21,13 +21,13 @@ intro.markdown(
|
|
21 |
"""Healthsea is an end-to-end spaCy v3 pipeline for analyzing user reviews to supplementary products and extracting their potential effects on health."""
|
22 |
)
|
23 |
intro.markdown(
|
24 |
-
"""The code for Healthsea is provided in this [github repository](https://github.com/
|
25 |
"""
|
26 |
)
|
27 |
|
28 |
st.write(
|
29 |
"""This app visualizes the individual processing steps of the pipeline in which you can write custom reviews to get insights into the functionality of all the different components.
|
30 |
-
You can visit the [Healthsea Demo app](https://huggingface.co/spaces/
|
31 |
"""
|
32 |
)
|
33 |
|
|
|
21 |
"""Healthsea is an end-to-end spaCy v3 pipeline for analyzing user reviews to supplementary products and extracting their potential effects on health."""
|
22 |
)
|
23 |
intro.markdown(
|
24 |
+
"""The code for Healthsea is provided in this [github repository](https://github.com/explosion/healthsea). Visit our [blog post](https://explosion.ai/blog/healthsea) or more about the Healthsea project.
|
25 |
"""
|
26 |
)
|
27 |
|
28 |
st.write(
|
29 |
"""This app visualizes the individual processing steps of the pipeline in which you can write custom reviews to get insights into the functionality of all the different components.
|
30 |
+
You can visit the [Healthsea Demo app](https://huggingface.co/spaces/spacy/healthsea-demo) for exploring the Healthsea processing on productive data.
|
31 |
"""
|
32 |
)
|
33 |
|