fschwartzer commited on
Commit
bd326b8
1 Parent(s): e7fb94c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ st.markdown(
39
  with st.sidebar:
40
  st.image(image1, use_column_width=True)
41
  st.markdown(title_html, unsafe_allow_html=True)
42
- selected_instituicao = st.selectbox('Seleciona Instituição', df['Instituição'].unique().index('Prefeitura Municipal de Canoas - RS'))
43
  selected_conta = st.selectbox('Seleciona Conta', df['Conta'].unique())
44
 
45
  # Filter the DataFrame based on selected values
 
39
  with st.sidebar:
40
  st.image(image1, use_column_width=True)
41
  st.markdown(title_html, unsafe_allow_html=True)
42
+ selected_instituicao = st.selectbox('Seleciona Instituição', df['Instituição'].unique())
43
  selected_conta = st.selectbox('Seleciona Conta', df['Conta'].unique())
44
 
45
  # Filter the DataFrame based on selected values