Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,8 @@ st.set_page_config(page_title="PeacePal")
|
|
18 |
#st.sidebar.image("/images/logo.jpeg", use_column_width=True)
|
19 |
|
20 |
# Add image to the sidebar
|
21 |
-
|
|
|
22 |
|
23 |
st.title('PeacePal 🌱')
|
24 |
|
|
|
18 |
#st.sidebar.image("/images/logo.jpeg", use_column_width=True)
|
19 |
|
20 |
# Add image to the sidebar
|
21 |
+
image_path = os.path.join('images', 'sidebar.jpeg')
|
22 |
+
st.sidebar.image(image_path, use_column_width=True)
|
23 |
|
24 |
st.title('PeacePal 🌱')
|
25 |
|