Solar-Iz commited on
Commit
9a556cf
·
verified ·
1 Parent(s): 7da0b4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, SP500, MOEX, SSE / акции 'blue chips'/ Bitcoin</div>
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