SwatGarg commited on
Commit
1459369
1 Parent(s): 7399125

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ st.set_page_config(page_title="PeacePal")
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.jpeg')
23
  st.sidebar.image(image_path, use_column_width=True)
24
 
25
  st.title('PeacePal 🌱')
 
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')
23
  st.sidebar.image(image_path, use_column_width=True)
24
 
25
  st.title('PeacePal 🌱')