fatmacankara commited on
Commit
ecaabcc
·
1 Parent(s): f5295a9

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. ASCARIS.py +1 -0
ASCARIS.py CHANGED
@@ -14,6 +14,7 @@ showWarningOnDirectExecution = False
14
 
15
  from huggingface_hub import hf_hub_download
16
  path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures",repo_type = 'dataset', filename="AF-A0A075B7D0-F1-model_v4.pdb.gz")
 
17
  st.write(path)
18
  def convert_df(df):
19
  return df.to_csv(index=False).encode('utf-8')
 
14
 
15
  from huggingface_hub import hf_hub_download
16
  path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures",repo_type = 'dataset', filename="AF-A0A075B7D0-F1-model_v4.pdb.gz")
17
+ st.write('path')
18
  st.write(path)
19
  def convert_df(df):
20
  return df.to_csv(index=False).encode('utf-8')