tosanoob commited on
Commit
8f07fe9
1 Parent(s): 717dc0b

Update chatbot_django/settings.py

Browse files
Files changed (1) hide show
  1. chatbot_django/settings.py +1 -1
chatbot_django/settings.py CHANGED
@@ -28,7 +28,7 @@ LOGIN_URL = '/users/login/'
28
  # SECURITY WARNING: don't run with debug turned on in production!
29
  DEBUG = True
30
 
31
- ALLOWED_HOSTS = ['https://arxivbot-arxiv-chatbot.hf.space']
32
 
33
  CSRF_TRUSTED_ORIGINS = ['https://arxivbot-arxiv-chatbot.hf.space']
34
 
 
28
  # SECURITY WARNING: don't run with debug turned on in production!
29
  DEBUG = True
30
 
31
+ ALLOWED_HOSTS = ['arxivbot-arxiv-chatbot.hf.space']
32
 
33
  CSRF_TRUSTED_ORIGINS = ['https://arxivbot-arxiv-chatbot.hf.space']
34