Spaces:
Runtime error
Runtime error
Update testView/testView/settings.py
Browse files
testView/testView/settings.py
CHANGED
@@ -26,6 +26,8 @@ SECRET_KEY = '0k^xa_l6enw@%^brs^sa+2e(o7#sa7pas!&=bfz&wqomz)839v'
|
|
26 |
DEBUG = True
|
27 |
|
28 |
ALLOWED_HOSTS = ['*']
|
|
|
|
|
29 |
|
30 |
|
31 |
# Application definition
|
|
|
26 |
DEBUG = True
|
27 |
|
28 |
ALLOWED_HOSTS = ['*']
|
29 |
+
X_FRAME_OPTIONS = 'ALLOW-FROM https://huggingface.co/'
|
30 |
+
|
31 |
|
32 |
|
33 |
# Application definition
|