a96123155 commited on
Commit
f3201c2
·
1 Parent(s): 0b82e9c
Files changed (1) hide show
  1. app.py +1 -1
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