Spaces:
Sleeping
Sleeping
Commit
·
bcf16e9
1
Parent(s):
171fc9c
Update code/pdb_featureVector.py
Browse files
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 |
|