Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,8 @@ load_css()
|
|
86 |
|
87 |
# 🔹 Sidebar with information
|
88 |
with st.sidebar:
|
89 |
-
|
|
|
90 |
|
91 |
st.markdown("### ℹ️ About")
|
92 |
st.markdown("""
|
|
|
86 |
|
87 |
# 🔹 Sidebar with information
|
88 |
with st.sidebar:
|
89 |
+
if os.path.exists("logo.png"):
|
90 |
+
st.image("logo.png", width=200)
|
91 |
|
92 |
st.markdown("### ℹ️ About")
|
93 |
st.markdown("""
|