Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kimi0230
/
DemoStreamlit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
DemoStreamlit
/
makefile
kimi0230
feat: makefile
329e82f
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
126 Bytes
all: start
install:
pip3 install -r requirements.txt
start:
streamlit run app.py
.PHONY
: clean build start install all