Spaces:
Runtime error
Runtime error
Update pages/3_Прогноз bitcoin. BiLSTM.py
Browse files
pages/3_Прогноз bitcoin. BiLSTM.py
CHANGED
|
@@ -15,7 +15,7 @@ import plotly.graph_objects as go
|
|
| 15 |
st.set_page_config(layout='wide', initial_sidebar_state='expanded')
|
| 16 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
| 17 |
st.title('ML Wall Street')
|
| 18 |
-
st.image('images/
|
| 19 |
|
| 20 |
START = "2021-01-01"
|
| 21 |
TODAY = date.today().strftime("%Y-%m-%d")
|
|
|
|
| 15 |
st.set_page_config(layout='wide', initial_sidebar_state='expanded')
|
| 16 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
| 17 |
st.title('ML Wall Street')
|
| 18 |
+
st.image('images/logo.png')
|
| 19 |
|
| 20 |
START = "2021-01-01"
|
| 21 |
TODAY = date.today().strftime("%Y-%m-%d")
|