i_vorobyev commited on
Commit
e26a5c3
·
1 Parent(s): 3363489

add download button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def molecule(input_pdb):
80
  </body></html>"""
81
  )
82
 
83
- return dw_script + f"""<iframe style="width: 100%; height: 600px" name="result" allow="midi; geolocation; microphone; camera;
84
  display-capture; encrypted-media;" sandbox="allow-modals allow-forms
85
  allow-scripts allow-same-origin allow-popups
86
  allow-top-navigation-by-user-activation allow-downloads" allowfullscreen=""
 
80
  </body></html>"""
81
  )
82
 
83
+ return f"""<iframe style="width: 100%; height: 600px" name="result" allow="midi; geolocation; microphone; camera;
84
  display-capture; encrypted-media;" sandbox="allow-modals allow-forms
85
  allow-scripts allow-same-origin allow-popups
86
  allow-top-navigation-by-user-activation allow-downloads" allowfullscreen=""