Spaces:
Runtime error
Runtime error
Update chatbot_django/settings.py
Browse files
chatbot_django/settings.py
CHANGED
@@ -26,9 +26,9 @@ LOGIN_URL = '/users/login/'
|
|
26 |
|
27 |
|
28 |
# SECURITY WARNING: don't run with debug turned on in production!
|
29 |
-
DEBUG =
|
30 |
|
31 |
-
ALLOWED_HOSTS = []
|
32 |
|
33 |
X_FRAME_OPTIONS = 'ALLOW-FROM https://huggingface.co/'
|
34 |
|
|
|
26 |
|
27 |
|
28 |
# SECURITY WARNING: don't run with debug turned on in production!
|
29 |
+
DEBUG = False
|
30 |
|
31 |
+
ALLOWED_HOSTS = ['arxivbot-arxiv-chatbot.hf.space']
|
32 |
|
33 |
X_FRAME_OPTIONS = 'ALLOW-FROM https://huggingface.co/'
|
34 |
|