Spaces:
Runtime error
Runtime error
chore: info to markdown
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ with col2:
|
|
70 |
df_right.pupil_dilation = df_right.pupil_dilation.map(lambda ser: [f for f in ser if f != 0.0])
|
71 |
df_right.baseline = df_right.baseline.map(lambda ser: [f for f in ser if f != 0.0])
|
72 |
st.success("blinking values have been removed!")
|
73 |
-
st.
|
74 |
st.dataframe(df_right)
|
75 |
elif detect_blinking and not number_of_blinks:
|
76 |
st.caption("no blinking values were found in your data!")
|
|
|
70 |
df_right.pupil_dilation = df_right.pupil_dilation.map(lambda ser: [f for f in ser if f != 0.0])
|
71 |
df_right.baseline = df_right.baseline.map(lambda ser: [f for f in ser if f != 0.0])
|
72 |
st.success("blinking values have been removed!")
|
73 |
+
st.markdown("After transformation")
|
74 |
st.dataframe(df_right)
|
75 |
elif detect_blinking and not number_of_blinks:
|
76 |
st.caption("no blinking values were found in your data!")
|