Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
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 |
])
|