Skip to content

Commit

Permalink
comentando função que torna página escura
Browse files Browse the repository at this point in the history
  • Loading branch information
mat054 committed Aug 23, 2024
1 parent 4f382f4 commit 4ab350d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/pages/01_Rank_empresas.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@ def apply_dark_mode_css():
}
</style>
""", unsafe_allow_html=True)
apply_dark_mode_css()
#apply_dark_mode_css()
2 changes: 1 addition & 1 deletion frontend/pages/03_Contato.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def apply_dark_mode_css():

# Função principal para rodar a aplicação
def main():
apply_dark_mode_css()
#apply_dark_mode_css()
render_form_ui()
render_footer()

Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/04_Sobre.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def resize_image(image_path, size=(150, 150)):
img = ImageOps.fit(img, size, Image.LANCZOS)
return img

apply_dark_mode_css()
#apply_dark_mode_css()

st.header('Sobre nós')
st.write("""
Expand Down

0 comments on commit 4ab350d

Please sign in to comment.