Spaces:
Runtime error
Runtime error
Update pages/2_💲 _Прогноз_акций. Prophet.py
Browse files
pages/2_💲 _Прогноз_акций. Prophet.py
CHANGED
|
@@ -13,7 +13,7 @@ from sklearn.metrics import mean_absolute_error, mean_squared_error
|
|
| 13 |
|
| 14 |
st.set_page_config(layout='wide', initial_sidebar_state='expanded')
|
| 15 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
| 16 |
-
st.title('ML Wall Street')
|
| 17 |
# st.image('images/img.png')
|
| 18 |
# Разделение страницы на две колонки
|
| 19 |
left_column, right_column = st.columns([1.3, 2.1])
|
|
|
|
| 13 |
|
| 14 |
st.set_page_config(layout='wide', initial_sidebar_state='expanded')
|
| 15 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
| 16 |
+
# st.title('ML Wall Street')
|
| 17 |
# st.image('images/img.png')
|
| 18 |
# Разделение страницы на две колонки
|
| 19 |
left_column, right_column = st.columns([1.3, 2.1])
|