Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ st.set_page_config(page_title="PeacePal")
|
|
15 |
|
16 |
|
17 |
# Add logo to the sidebar
|
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)
|
|
|
15 |
|
16 |
|
17 |
# Add logo to the sidebar
|
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)
|