Spaces:
Sleeping
Sleeping
Update src/web/settings.py
Browse files- src/web/settings.py +1 -1
src/web/settings.py
CHANGED
@@ -25,7 +25,7 @@ SECRET_KEY = "django-insecure-*r6s+e#n%b*26gf($$x9g35=^)a2=9g+0i*$uukx1_%x)p)h@=
|
|
25 |
# SECURITY WARNING: don't run with debug turned on in production!
|
26 |
DEBUG = True
|
27 |
|
28 |
-
ALLOWED_HOSTS = ['eliseobao-bleu-rouge
|
29 |
|
30 |
X_FRAME_OPTIONS = 'ALLOW-FROM https://huggingface.co/'
|
31 |
|
|
|
25 |
# SECURITY WARNING: don't run with debug turned on in production!
|
26 |
DEBUG = True
|
27 |
|
28 |
+
ALLOWED_HOSTS = ['eliseobao-bleu-rouge.hf.space', 'localhost']
|
29 |
|
30 |
X_FRAME_OPTIONS = 'ALLOW-FROM https://huggingface.co/'
|
31 |
|