philipvollet commited on
Commit
448e6c8
1 Parent(s): 32d8c3b

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ 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/explosion/healthsea). Visit our [blog post](https://explosion.ai/) or more about the Healthsea project.
24
  """
25
  )
26
 
 
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/explosion/healthsea). Visit our [blog post](https://explosion.ai/blog/healthsea) or more about the Healthsea project.
24
  """
25
  )
26