Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aldo07
/
chatbot_dashboard
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d8a91d3
chatbot_dashboard
/
Makefile
Aldo07
Add project
e54728d
verified
11 months ago
raw
Copy download link
history
blame
Safe
182 Bytes
##@ Clean-up
clean:
## remove output files from pytest & coverage
@find
. |
grep -E "(__pycache__
|
\.pyc
|
\.pyo)"
|
xargs rm -rf
@find . |
grep -E ".ipynb_checkpoints"
|
xargs rm -rf