SwatGarg commited on
Commit
9f390b9
1 Parent(s): 0a6e739

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -16,12 +16,12 @@ st.set_page_config(page_title="PeacePal")
16
 
17
 
18
  # Add logo to the sidebar
19
- logo_path = os.path.join('images', 'logo.jpeg')
20
- st.sidebar.image(logo_path, width=150, height=150)
21
 
22
  # Add image to the sidebar
23
  image_path = os.path.join('images', 'sidebar.jpg')
24
- st.sidebar.image(image_path, width=300, height=200)
25
 
26
  st.title('PeacePal 🌱')
27
 
 
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')
24
+ st.sidebar.image(image_path, use_column_width=True)
25
 
26
  st.title('PeacePal 🌱')
27