vvv-knyazeva commited on
Commit
2eaf578
1 Parent(s): 7a0b3d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -67,11 +67,13 @@ 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)
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)
 
 
 
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)
78
+
79
+ # st.text ('**:gray[Team members: \n 1. Vasily S. \n 2. Anna F. \n 3. Viktoria K. \n 4. Ivan N. \n 5. Ilvir Kh.]**')