Spaces:
Running
Running
Update frontend.py
Browse files- 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 =
|
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 |
|