Spaces:
Sleeping
Sleeping
Commit
·
01279fb
1
Parent(s):
f761ce4
Update ASCARIS.py
Browse files- ASCARIS.py +2 -2
ASCARIS.py
CHANGED
@@ -68,7 +68,7 @@ if submitted:
|
|
68 |
selected_df = pd.DataFrame()
|
69 |
|
70 |
if selected_df is None:
|
71 |
-
st.success('
|
72 |
|
73 |
else:
|
74 |
if len(selected_df) != 0 :
|
@@ -80,5 +80,5 @@ if submitted:
|
|
80 |
st.download_button("Press to Download the Feature Vector", csv,f"ASCARIS_SAV_rep_{input_set}.csv","text/csv",key='download-csv')
|
81 |
|
82 |
else:
|
83 |
-
st.success('Feature vector failed.
|
84 |
|
|
|
68 |
selected_df = pd.DataFrame()
|
69 |
|
70 |
if selected_df is None:
|
71 |
+
st.success('Feature vector failed.')
|
72 |
|
73 |
else:
|
74 |
if len(selected_df) != 0 :
|
|
|
80 |
st.download_button("Press to Download the Feature Vector", csv,f"ASCARIS_SAV_rep_{input_set}.csv","text/csv",key='download-csv')
|
81 |
|
82 |
else:
|
83 |
+
st.success('Feature vector failed.')
|
84 |
|