Spaces:
Running
Running
a96123155
commited on
Commit
·
f3201c2
1
Parent(s):
0b82e9c
app
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from io import StringIO
|
3 |
-
|
4 |
|
5 |
st.title("IRES-LM prediction and mutation")
|
6 |
|
|
|
1 |
import streamlit as st
|
2 |
from io import StringIO
|
3 |
+
from Bio import SeqIO
|
4 |
|
5 |
st.title("IRES-LM prediction and mutation")
|
6 |
|