Hukuna commited on
Commit
713cc7e
·
verified ·
1 Parent(s): 881feab

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -25,7 +25,7 @@ import streamlit as st
25
  from stmol import *
26
 
27
  api_key = os.environ['API_TOKEN']
28
- # api_key="2cdade6d058b4fd1b85fa5badb501312"
29
  def download(outputFile,newFileName,description):
30
  with open(outputFile, "rb") as file:
31
  btn = st.download_button(
 
25
  from stmol import *
26
 
27
  api_key = os.environ['API_TOKEN']
28
+
29
  def download(outputFile,newFileName,description):
30
  with open(outputFile, "rb") as file:
31
  btn = st.download_button(