Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,12 +16,12 @@ st.set_page_config(page_title="PeacePal")
|
|
| 16 |
|
| 17 |
|
| 18 |
# Add logo to the sidebar
|
| 19 |
-
logo_path = os.path.join('images', 'logo.jpeg')
|
| 20 |
-
st.sidebar.image(logo_path,
|
| 21 |
|
| 22 |
# Add image to the sidebar
|
| 23 |
image_path = os.path.join('images', 'sidebar.jpg')
|
| 24 |
-
st.sidebar.image(image_path,
|
| 25 |
|
| 26 |
st.title('PeacePal 🌱')
|
| 27 |
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
# Add logo to the sidebar
|
| 19 |
+
#logo_path = os.path.join('images', 'logo.jpeg')
|
| 20 |
+
#st.sidebar.image(logo_path, use_column_width=True)
|
| 21 |
|
| 22 |
# Add image to the sidebar
|
| 23 |
image_path = os.path.join('images', 'sidebar.jpg')
|
| 24 |
+
st.sidebar.image(image_path, use_column_width=True)
|
| 25 |
|
| 26 |
st.title('PeacePal 🌱')
|
| 27 |
|