Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
944b7eb
1
Parent(s):
55e2682
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ st.markdown(
|
|
81 |
|
82 |
with st.sidebar:
|
83 |
st.image(image1, use_column_width=True)
|
84 |
-
st.markdown(title_html, unsafe_allow_html=True)
|
85 |
selected_instituicao = st.selectbox('Seleciona Instituição', df['Instituição'].unique())
|
86 |
selected_conta = st.selectbox('Seleciona Conta', df['Conta'].unique())
|
87 |
|
|
|
81 |
|
82 |
with st.sidebar:
|
83 |
st.image(image1, use_column_width=True)
|
84 |
+
#st.markdown(title_html, unsafe_allow_html=True)
|
85 |
selected_instituicao = st.selectbox('Seleciona Instituição', df['Instituição'].unique())
|
86 |
selected_conta = st.selectbox('Seleciona Conta', df['Conta'].unique())
|
87 |
|