Skip to content

Commit 2f4c254

Browse files
committed
ws
1 parent f05b3ef commit 2f4c254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
fechas=df['year'].unique().tolist()
55
with st.sidebar:
66
st.write('Selecciona el Año')
7-
year=st.selectbox('Year',options=fechas)
7+
year=st.selectbox('Year',fechas)
88

99
mask=df['year']==year
1010
df_filter=df[mask]

0 commit comments

Comments
 (0)