Hasitha16 commited on
Commit
b9b3bd4
·
verified ·
1 Parent(s): 4c20abe

Update frontend.py

Browse files
Files changed (1) hide show
  1. frontend.py +1 -1
frontend.py CHANGED
@@ -11,7 +11,7 @@ import plotly.express as px
11
  st.set_page_config(page_title="NeuroPulse AI", page_icon="🧠", layout="wide")
12
 
13
  # Load logo
14
- logo_path = os.path.join("app", "static", "logo.png")
15
  if os.path.exists(logo_path):
16
  st.image(logo_path, width=160)
17
 
 
11
  st.set_page_config(page_title="NeuroPulse AI", page_icon="🧠", layout="wide")
12
 
13
  # Load logo
14
+ logo_path = "logo.png"
15
  if os.path.exists(logo_path):
16
  st.image(logo_path, width=160)
17