CoolFace
Apppublic

thecoderhere/jupiter-faq-bot

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
config.py3 linesDownload Raw Back to root
1class Config:
2    SECRET_KEY = 'your-secret-key-here'
3    DEBUG = True