Spaces:
Runtime error
Runtime error
Fix typo
Browse files
app.py
CHANGED
|
@@ -20,12 +20,13 @@ intro.markdown(
|
|
| 20 |
"""Healthsea is an end-to-end spaCy v3 pipeline for analyzing user reviews to supplementary products and extracting their potential effects on health."""
|
| 21 |
)
|
| 22 |
intro.markdown(
|
| 23 |
-
"""The code for Healthsea is provided in this [github repository](https://github.com/thomashacker/healthsea).
|
| 24 |
"""
|
| 25 |
)
|
| 26 |
|
| 27 |
st.write(
|
| 28 |
"""This app visualizes the results of Healthsea on a dataset of up to 1 million reviews to 10.000 products. You can use the app to search for any health aspect, whether it's a disease (e.g. joint pain) or a positive state of health (e.g. energy), the app returns a list of products and substances.
|
|
|
|
| 29 |
"""
|
| 30 |
)
|
| 31 |
|
|
|
|
| 20 |
"""Healthsea is an end-to-end spaCy v3 pipeline for analyzing user reviews to supplementary products and extracting their potential effects on health."""
|
| 21 |
)
|
| 22 |
intro.markdown(
|
| 23 |
+
"""The code for Healthsea is provided in this [github repository](https://github.com/thomashacker/healthsea). Visit our [blog post](https://explosion.ai/) or more about the Healthsea project.
|
| 24 |
"""
|
| 25 |
)
|
| 26 |
|
| 27 |
st.write(
|
| 28 |
"""This app visualizes the results of Healthsea on a dataset of up to 1 million reviews to 10.000 products. You can use the app to search for any health aspect, whether it's a disease (e.g. joint pain) or a positive state of health (e.g. energy), the app returns a list of products and substances.
|
| 29 |
+
You can visit the [Healthsea Pipeline app](https://huggingface.co/spaces/edichief/healthsea-pipeline) for exploring the pipeline itself.
|
| 30 |
"""
|
| 31 |
)
|
| 32 |
|