vvv-knyazeva commited on
Commit
b8e9a47
1 Parent(s): 44fdf51

Update app.py

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