Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
datastx
/
Simple-q-and-a
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
44cfcd2
Simple-q-and-a
/
makefile
datastx
work on local
5052211
over 1 year ago
raw
Copy download link
history
blame
Safe
188 Bytes
PYTHON_BINARY =
$(VENV)
/python
STREAMLIT_BINARY =
$(VENV)
/streamlit
re-venv: clean-venv venv
run: venv
$(PYTHON_BINARY)
app.py
$(STREAMLIT_BINARY)
run app.py
include
Makefile.venv