fatmacankara commited on
Commit
294d34b
·
1 Parent(s): 81d8138

Update code/main.py

Browse files
Files changed (1) hide show
  1. code/main.py +2 -1
code/main.py CHANGED
@@ -2,8 +2,9 @@ import pdb_featureVector
2
  import alphafold_featureVector
3
  import argparse
4
  from huggingface_hub import hf_hub_download
 
 
5
 
6
- from huggingface_hub import hf_hub_download
7
  path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename="AF-A0A075B6Y9-F1-model_v4.pdb.gz",repo_type = 'dataset')
8
 
9
  st.write(path)
 
2
  import alphafold_featureVector
3
  import argparse
4
  from huggingface_hub import hf_hub_download
5
+ print('I AM HERE GOD DAMN IT')
6
+ st.write('I AM HERE GOD DAMN IT')
7
 
 
8
  path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename="AF-A0A075B6Y9-F1-model_v4.pdb.gz",repo_type = 'dataset')
9
 
10
  st.write(path)