Spaces:
Runtime error
Runtime error
Update pages/3_💰_Прогноз bitcoin. BiLSTM.py
Browse files
pages/3_💰_Прогноз bitcoin. BiLSTM.py
CHANGED
@@ -29,7 +29,7 @@ desired_height = 75
|
|
29 |
resized_image = image.resize((desired_width, desired_height))
|
30 |
|
31 |
# Отображаем изображение на странице
|
32 |
-
st.image(resized_image,
|
33 |
|
34 |
START = "2021-01-01"
|
35 |
TODAY = date.today().strftime("%Y-%m-%d")
|
|
|
29 |
resized_image = image.resize((desired_width, desired_height))
|
30 |
|
31 |
# Отображаем изображение на странице
|
32 |
+
st.image(resized_image, use_column_width=True)
|
33 |
|
34 |
START = "2021-01-01"
|
35 |
TODAY = date.today().strftime("%Y-%m-%d")
|