CazC commited on
Commit
058f4a9
1 Parent(s): 54a5e7c

Update testView/testView/settings.py

Browse files
Files changed (1) hide show
  1. testView/testView/settings.py +2 -0
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