Spaces:
Sleeping
Sleeping
dillonlaird
commited on
Commit
•
bd37d1c
1
Parent(s):
3882e18
remove accidental adds
Browse files
app.py
CHANGED
@@ -15,11 +15,10 @@ FPS = 2
|
|
15 |
PLAYLIST_URL = (
|
16 |
"https://live.hdontap.com/hls/hosb1/topanga_swellmagnet.stream/playlist.m3u8"
|
17 |
)
|
18 |
-
|
19 |
-
|
20 |
|
21 |
|
22 |
-
print(st.theme())
|
23 |
render_svg(Path("./assets/landing-logo.svg").read_text())
|
24 |
st.title("Topanga Beach Surfer Counter")
|
25 |
st.write(
|
|
|
15 |
PLAYLIST_URL = (
|
16 |
"https://live.hdontap.com/hls/hosb1/topanga_swellmagnet.stream/playlist.m3u8"
|
17 |
)
|
18 |
+
API_KEY = os.environ["API_KEY"]
|
19 |
+
ENDPOINT_ID = os.environ["ENDPOINT_ID"]
|
20 |
|
21 |
|
|
|
22 |
render_svg(Path("./assets/landing-logo.svg").read_text())
|
23 |
st.title("Topanga Beach Surfer Counter")
|
24 |
st.write(
|