Spaces:
Sleeping
Sleeping
Commit
·
7b3fc5f
1
Parent(s):
c241227
Update ASCARIS.py
Browse files- ASCARIS.py +1 -1
ASCARIS.py
CHANGED
|
@@ -64,7 +64,7 @@ with st.form('mform', clear_on_submit=False):
|
|
| 64 |
print('*****************************************')
|
| 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()
|
|
|
|
| 64 |
print('*****************************************')
|
| 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()
|