SwatGarg commited on
Commit
0a6e739
1 Parent(s): 4292bc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,11 +17,11 @@ st.set_page_config(page_title="PeacePal")
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
 
 
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