ev6 commited on
Commit
91d3d5c
·
verified ·
1 Parent(s): 4e2842f

Update app/django_app/settings.py

Browse files
Files changed (1) hide show
  1. app/django_app/settings.py +3 -0
app/django_app/settings.py CHANGED
@@ -27,6 +27,9 @@ DEBUG = True
27
  ALLOWED_HOSTS = ['*']
28
  X_FRAME_OPTIONS = 'ALLOW-FROM https://huggingface.co/'
29
 
 
 
 
30
 
31
  # Application definition
32
 
 
27
  ALLOWED_HOSTS = ['*']
28
  X_FRAME_OPTIONS = 'ALLOW-FROM https://huggingface.co/'
29
 
30
+ CSRF_TRUSTED_ORIGINS = [
31
+ 'https://ev6-emotions-recognition.hf.space',
32
+ ]
33
 
34
  # Application definition
35