Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
datastx
/
ChatWithPDF
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
62e3596
ChatWithPDF
/
makefile
datastx
chat with pdf
62e3596
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