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

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. ASCARIS.py +1 -1
ASCARIS.py CHANGED
@@ -13,7 +13,7 @@ import base64
13
  showWarningOnDirectExecution = False
14
 
15
  from huggingface_hub import hf_hub_download
16
- path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", 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')
 
13
  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')