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