bluenevus commited on
Commit
017960d
·
verified ·
1 Parent(s): cfad611

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -48,9 +48,7 @@ app.layout = dbc.Container([
48
  html.Iframe(
49
  id='content-iframe',
50
  style={'width': '100%', 'height': '800px'},
51
- sandbox="allow-scripts allow-same-origin allow-forms allow-popups allow-downloads",
52
- allow="fullscreen; geolocation; microphone; camera; midi; encrypted-media; autoplay",
53
- referrerPolicy="no-referrer"
54
  )
55
  ], width=10, className="bg-white")
56
  ])
 
48
  html.Iframe(
49
  id='content-iframe',
50
  style={'width': '100%', 'height': '800px'},
51
+ allow="*",
 
 
52
  )
53
  ], width=10, className="bg-white")
54
  ])