i_vorobyev commited on
Commit
12fcf9e
·
1 Parent(s): 5a255ae

add download button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def molecule(input_pdb):
77
  </script>
78
  """
79
 
80
- return dw_scriipt + 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=""
 
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=""