Ashar086 commited on
Commit
ca731b8
·
verified ·
1 Parent(s): 96649cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ st.set_page_config(
12
  )
13
 
14
  logo_path = "download.jpg" # Replace with the path to your logo image
15
- st.sidebar.image(logo_path, use_column_width=True)
16
 
17
  # Sidebar navigation
18
  st.sidebar.title("Navigation")
 
12
  )
13
 
14
  logo_path = "download.jpg" # Replace with the path to your logo image
15
+ st.sidebar.image(logo_path, use_container_width =True)
16
 
17
  # Sidebar navigation
18
  st.sidebar.title("Navigation")