NightPassenger commited on
Commit
760e2a9
·
verified ·
1 Parent(s): dc89841

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -86,7 +86,8 @@ load_css()
86
 
87
  # 🔹 Sidebar with information
88
  with st.sidebar:
89
- st.image("logo.png", width=200)
 
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("""