SwatGarg commited on
Commit
d9f841e
1 Parent(s): 3e91059

Update app.py

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