dillonlaird commited on
Commit
b234639
1 Parent(s): 34474e7

added links to website

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,7 +24,8 @@ st.title("Topanga Beach Surfer Counter")
24
  st.write(
25
  "This application will grab the latest 10s clip of surfers from the Topanga Beach surf cam "
26
  "and count the number of surfers there. It uses a model built with LandingLens to detect "
27
- "the surfers. You can find out more at landing.ai"
 
28
  )
29
 
30
 
 
24
  st.write(
25
  "This application will grab the latest 10s clip of surfers from the Topanga Beach surf cam "
26
  "and count the number of surfers there. It uses a model built with LandingLens to detect "
27
+ "the surfers. You can build your own model at [landing.ai](https://landing.ai/) or run the "
28
+ "code yourself by getting it from our [github page](https://github.com/landing-ai/landingai-python/tree/main/examples/apps/surfer-count)."
29
  )
30
 
31