Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AnimalEquality
/
chatbot
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chatbot
/
constants.py
Evan Lesmez
Make the 04 nb safe to execute from start
3d9fd48
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
99 Bytes
from
pathlib
import
Path
ROOT_DIR = Path(__file__).parent
STORE_DIR = ROOT_DIR /
"data"
/
"store"