Spaces:
Runtime error
Runtime error
chore: update nice message instead of filenames
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ with st.sidebar:
|
|
22 |
if files:
|
23 |
file_names = [file.name for file in files]
|
24 |
file_bytes = [file.getvalue() for file in files]
|
25 |
-
st.
|
26 |
|
27 |
data_dict = dict({'trial_id':[], 'pupil_dilation':[], 'baseline':[], 'rating':[]})
|
28 |
with st.spinner("Building base dictionary..."):
|
|
|
22 |
if files:
|
23 |
file_names = [file.name for file in files]
|
24 |
file_bytes = [file.getvalue() for file in files]
|
25 |
+
st.success("Your data has been successfully loaded! 🤗")
|
26 |
|
27 |
data_dict = dict({'trial_id':[], 'pupil_dilation':[], 'baseline':[], 'rating':[]})
|
28 |
with st.spinner("Building base dictionary..."):
|