Spaces:
Runtime error
Runtime error
Even more fixes
Browse files
app.py
CHANGED
@@ -69,8 +69,8 @@ with st.sidebar:
|
|
69 |
stock_select = "close"
|
70 |
|
71 |
# Banner with TSLA and Reddit images
|
72 |
-
tsla_logo = Image.open('./images/tsla_logo.png')
|
73 |
-
reddit_logo = Image.open('./images/reddit_logo.png')
|
74 |
st.image([tsla_logo, reddit_logo], width=200)
|
75 |
|
76 |
# dashboard title
|
|
|
69 |
stock_select = "close"
|
70 |
|
71 |
# Banner with TSLA and Reddit images
|
72 |
+
tsla_logo = Image.open('./TSLA-Streamlit/images/tsla_logo.png')
|
73 |
+
reddit_logo = Image.open('./TSLA-Streamlit/images/reddit_logo.png')
|
74 |
st.image([tsla_logo, reddit_logo], width=200)
|
75 |
|
76 |
# dashboard title
|