philipvollet commited on
Commit
bb2307b
1 Parent(s): 4712885

Update app.py

Browse files

fixed broken link

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/thomashacker/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/) or more about the Healthsea project.
24
  """
25
  )
26