Spaces:
Sleeping
Sleeping
Commit
·
1ee0393
1
Parent(s):
349512c
Update ASCARIS.py
Browse files- ASCARIS.py +2 -2
ASCARIS.py
CHANGED
@@ -15,7 +15,7 @@ showWarningOnDirectExecution = False
|
|
15 |
from huggingface_hub import hf_hub_download
|
16 |
import streamlit as st
|
17 |
import gzip
|
18 |
-
|
19 |
st.write('-----')
|
20 |
st.write('')
|
21 |
mod = 1
|
@@ -30,7 +30,7 @@ with gzip.open(pdb_path, mode="rt") as f:
|
|
30 |
st.write('REH')
|
31 |
st.write('-----')
|
32 |
st.write('')
|
33 |
-
|
34 |
def convert_df(df):
|
35 |
return df.to_csv(index=False).encode('utf-8')
|
36 |
|
|
|
15 |
from huggingface_hub import hf_hub_download
|
16 |
import streamlit as st
|
17 |
import gzip
|
18 |
+
|
19 |
st.write('-----')
|
20 |
st.write('')
|
21 |
mod = 1
|
|
|
30 |
st.write('REH')
|
31 |
st.write('-----')
|
32 |
st.write('')
|
33 |
+
|
34 |
def convert_df(df):
|
35 |
return df.to_csv(index=False).encode('utf-8')
|
36 |
|