sfmajors commited on
Commit
6652856
1 Parent(s): b454898

More fixes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('.TSLA-Streamlit/images/fourthbrain_logo.png')
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