Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lmlouis authored Dec 4, 2023
1 parent 36f1e9c commit 0031e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ def main():
utl.set_page_title('Costumer Segmentation')
st.set_option('deprecation.showPyplotGlobalUse', False)
# Loading CSS
utl.local_css("css/style.css")
utl.local_css("../css/style.css")
utl.remote_css('https://fonts.googleapis.com/icon?family=Material+Icons')
# Logo
dir_root = os.path.dirname(os.path.abspath(__file__))
logo = Image.open(dir_root+'/logo-lm.png')

st.sidebar.image(logo)

# code project
st.write(
Expand Down

0 comments on commit 0031e5a

Please sign in to comment.