Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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 🌱')
|