Spaces:
Sleeping
Sleeping
Commit
·
91a89e3
1
Parent(s):
d7d32d4
Update ASCARIS.py
Browse files- ASCARIS.py +1 -1
ASCARIS.py
CHANGED
@@ -65,7 +65,7 @@ with st.form('mform', clear_on_submit=False):
|
|
65 |
print('Feature vector generation is in progress. \nPlease check log file for updates..')
|
66 |
print('*****************************************')
|
67 |
###mode = int(mode)
|
68 |
-
mode = source
|
69 |
|
70 |
selected_df = pd.DataFrame()
|
71 |
st.write('The online tool may be slow, especially while processing multiple SAVs, please consider using the local programmatic version at https://github.com/HUBioDataLab/ASCARIS/')
|
|
|
65 |
print('Feature vector generation is in progress. \nPlease check log file for updates..')
|
66 |
print('*****************************************')
|
67 |
###mode = int(mode)
|
68 |
+
mode = int(source)
|
69 |
|
70 |
selected_df = pd.DataFrame()
|
71 |
st.write('The online tool may be slow, especially while processing multiple SAVs, please consider using the local programmatic version at https://github.com/HUBioDataLab/ASCARIS/')
|