fatmacankara commited on
Commit
bcf16e9
·
1 Parent(s): 171fc9c

Update code/pdb_featureVector.py

Browse files
Files changed (1) hide show
  1. code/pdb_featureVector.py +1 -1
code/pdb_featureVector.py CHANGED
@@ -27,7 +27,7 @@ from Bio import SeqIO
27
  from Bio.PDB import *
28
  warnings.filterwarnings("ignore")
29
  start = timer()
30
-
31
  # FUNCTIONS
32
 
33
 
 
27
  from Bio.PDB import *
28
  warnings.filterwarnings("ignore")
29
  start = timer()
30
+ import streamlit as st
31
  # FUNCTIONS
32
 
33