Spaces:
Runtime error
Runtime error
More fixes
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ st.set_page_config(
|
|
46 |
|
47 |
with st.sidebar:
|
48 |
# FourthBrain logo to sidebar
|
49 |
-
fourthbrain_logo = Image.open('
|
50 |
st.image([fourthbrain_logo], width=300)
|
51 |
|
52 |
# Date selection filters
|
|
|
46 |
|
47 |
with st.sidebar:
|
48 |
# FourthBrain logo to sidebar
|
49 |
+
fourthbrain_logo = Image.open('./TSLA-Streamlit/images/fourthbrain_logo.png')
|
50 |
st.image([fourthbrain_logo], width=300)
|
51 |
|
52 |
# Date selection filters
|