Solar-Iz commited on
Commit
aa8751c
·
verified ·
1 Parent(s): 19c28d7

Update pages/3_💰_Прогноз bitcoin. BiLSTM.py

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