Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ with right_column:
|
|
| 28 |
with right_column:
|
| 29 |
st.markdown("""
|
| 30 |
<div style="font-size: 24px; font-weight: bold;">Приложение по оценке фондового рынка:</div>
|
| 31 |
-
<div style="font-size: 20px;">индексы DJI,
|
| 32 |
<div style="font-size: 20px;">с применением ML & BiLSTM моделей</div>
|
| 33 |
""", unsafe_allow_html=True)
|
| 34 |
|
|
|
|
| 28 |
with right_column:
|
| 29 |
st.markdown("""
|
| 30 |
<div style="font-size: 24px; font-weight: bold;">Приложение по оценке фондового рынка:</div>
|
| 31 |
+
<div style="font-size: 20px;">индексы DJI, S&P500, MOEX, SSE / акции 'blue chips'/ Bitcoin</div>
|
| 32 |
<div style="font-size: 20px;">с применением ML & BiLSTM моделей</div>
|
| 33 |
""", unsafe_allow_html=True)
|
| 34 |
|