SwatGarg commited on
Commit
1c44021
1 Parent(s): d7d434e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -13,8 +13,12 @@ final_chain = mdl.create_final_chain()
13
 
14
  st.set_page_config(page_title="PeacePal")
15
 
 
 
 
 
16
  # Add image to the sidebar
17
- st.sidebar.image("/images/sidebar", use_column_width=True)
18
 
19
  st.title('PeacePal 🌱')
20
 
 
13
 
14
  st.set_page_config(page_title="PeacePal")
15
 
16
+
17
+ # Add logo to the sidebar
18
+ st.sidebar.image("/images/logo.png", 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