davidtran999 commited on
Commit
2465c76
·
verified ·
1 Parent(s): 4281be3

Upload backend/chatbot/apps.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. backend/chatbot/apps.py +7 -0
backend/chatbot/apps.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ from django.apps import AppConfig
2
+
3
+
4
+ class ChatbotConfig(AppConfig):
5
+ default_auto_field = 'django.db.models.BigAutoField'
6
+ name = 'hue_portal.chatbot'
7
+