Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
f2153be
1
Parent(s):
4eb045d
Update app.py
Browse files
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())
|
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().tolist().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
|