SwatGarg commited on
Commit
81d19a2
1 Parent(s): 252d06c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ st.set_page_config(page_title="PeacePal")
16
 
17
 
18
  # Add logo to the sidebar
19
- #st.sidebar.image("/images/logo.jpeg", use_column_width=True)
 
20
 
21
  # Add image to the sidebar
22
  image_path = os.path.join('images', 'sidebar.jpg')
 
16
 
17
 
18
  # Add logo to the sidebar
19
+ logo_path = os.path.join('images', 'logo.jpeg')
20
+ st.sidebar.image(logo_path, use_column_width=True)
21
 
22
  # Add image to the sidebar
23
  image_path = os.path.join('images', 'sidebar.jpg')