vvv-knyazeva commited on
Commit
6c05cea
1 Parent(s): b8e9a47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ col1, col2, col3 = st.columns([2,5,2])
67
  with col2:
68
  # Веб-приложение с использованием Streamlit
69
 
70
- st.markdown("<div style='text-align: center; font-size: 35px;'> **:gray[Team members:]**", unsafe_allow_html=True)
71
  st.markdown("<div style='text-align: center; font-size: 28px;'> :gray[Vasily S.]", unsafe_allow_html=True)
72
  st.markdown("<div style='text-align: center; font-size: 28px;'> :gray[Anna F.]", unsafe_allow_html=True)
73
  st.markdown("<div style='text-align: center; font-size: 28px;'> :gray[Viktoria K.]", unsafe_allow_html=True)
 
67
  with col2:
68
  # Веб-приложение с использованием Streamlit
69
 
70
+ st.markdown("<div style='text-align: center; font-size: 35px;'**:gray[> Team members:]**", unsafe_allow_html=True)
71
  st.markdown("<div style='text-align: center; font-size: 28px;'> :gray[Vasily S.]", unsafe_allow_html=True)
72
  st.markdown("<div style='text-align: center; font-size: 28px;'> :gray[Anna F.]", unsafe_allow_html=True)
73
  st.markdown("<div style='text-align: center; font-size: 28px;'> :gray[Viktoria K.]", unsafe_allow_html=True)