Spaces:
Build error
Build error
simonduerr
commited on
Commit
•
da25a43
1
Parent(s):
a7fbf71
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def molecule(input_pdb):
|
|
68 |
</body></html>"""
|
69 |
)
|
70 |
|
71 |
-
return f"""<iframe style="width:
|
72 |
display-capture; encrypted-media;" sandbox="allow-modals allow-forms
|
73 |
allow-scripts allow-same-origin allow-popups
|
74 |
allow-top-navigation-by-user-activation allow-downloads" allowfullscreen=""
|
|
|
68 |
</body></html>"""
|
69 |
)
|
70 |
|
71 |
+
return f"""<iframe style="width: 100%; height: 600px" name="result" allow="midi; geolocation; microphone; camera;
|
72 |
display-capture; encrypted-media;" sandbox="allow-modals allow-forms
|
73 |
allow-scripts allow-same-origin allow-popups
|
74 |
allow-top-navigation-by-user-activation allow-downloads" allowfullscreen=""
|