Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ st.set_page_config(
|
|
| 12 |
)
|
| 13 |
|
| 14 |
logo_path = "download.jpg" # Replace with the path to your logo image
|
| 15 |
-
st.sidebar.image(logo_path,
|
| 16 |
|
| 17 |
# Sidebar navigation
|
| 18 |
st.sidebar.title("Navigation")
|
|
|
|
| 12 |
)
|
| 13 |
|
| 14 |
logo_path = "download.jpg" # Replace with the path to your logo image
|
| 15 |
+
st.sidebar.image(logo_path, use_container_width =True)
|
| 16 |
|
| 17 |
# Sidebar navigation
|
| 18 |
st.sidebar.title("Navigation")
|