We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05b3ef commit 2f4c254Copy full SHA for 2f4c254
app.py
@@ -4,7 +4,7 @@
4
fechas=df['year'].unique().tolist()
5
with st.sidebar:
6
st.write('Selecciona el Año')
7
- year=st.selectbox('Year',options=fechas)
+ year=st.selectbox('Year',fechas)
8
9
mask=df['year']==year
10
df_filter=df[mask]
0 commit comments