Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VAILL
/
legislation-tracker
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ramanna
commited on
Feb 24
Commit
43ea736
·
verified
·
1 Parent(s):
c5e93e8
Add weekly scheduler: start.sh
Browse files
Files changed (1)
hide
show
start.sh
+4
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
# Start the scheduler in the background, then launch Streamlit
3
+
python scheduler.py &
4
+
streamlit run streamlit_app.py --server.port=8501 --server.address=0.0.0.0