i_vorobyev
commited on
Commit
·
12fcf9e
1
Parent(s):
5a255ae
add download button
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def molecule(input_pdb):
|
|
77 |
</script>
|
78 |
"""
|
79 |
|
80 |
-
return
|
81 |
display-capture; encrypted-media;" sandbox="allow-modals allow-forms
|
82 |
allow-scripts allow-same-origin allow-popups
|
83 |
allow-top-navigation-by-user-activation allow-downloads" allowfullscreen=""
|
|
|
77 |
</script>
|
78 |
"""
|
79 |
|
80 |
+
return dw_script + f"""<iframe style="width: 100%; height: 600px" name="result" allow="midi; geolocation; microphone; camera;
|
81 |
display-capture; encrypted-media;" sandbox="allow-modals allow-forms
|
82 |
allow-scripts allow-same-origin allow-popups
|
83 |
allow-top-navigation-by-user-activation allow-downloads" allowfullscreen=""
|