ML6-Gemini-Demo / src /helpers /datastore.py
GLorr's picture
Upload folder using huggingface_hub
6c09f76 verified
raw
history blame contribute delete
82 Bytes
DATA_STORE = {
"questions": [],
"answers": [],
"conversation:": [],
}