Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ dark_theme = """
|
|
50 |
}
|
51 |
</style>
|
52 |
"""
|
53 |
-
st.markdown(dark_theme, unsafe_allow_html=True)
|
54 |
|
55 |
# Criar o menu na barra lateral
|
56 |
st.sidebar.title("📌 Menu")
|
|
|
50 |
}
|
51 |
</style>
|
52 |
"""
|
53 |
+
#st.markdown(dark_theme, unsafe_allow_html=True)
|
54 |
|
55 |
# Criar o menu na barra lateral
|
56 |
st.sidebar.title("📌 Menu")
|