Spaces:
Runtime error
Runtime error
vvv-knyazeva
commited on
Commit
•
b8e9a47
1
Parent(s):
44fdf51
Update app.py
Browse files
app.py
CHANGED
@@ -67,11 +67,11 @@ col1, col2, col3 = st.columns([2,5,2])
|
|
67 |
with col2:
|
68 |
# Веб-приложение с использованием Streamlit
|
69 |
|
70 |
-
st.markdown("
|
71 |
-
st.markdown("
|
72 |
-
st.markdown("
|
73 |
-
st.markdown("
|
74 |
-
st.markdown("
|
75 |
-
st.markdown("
|
76 |
-
st.markdown("
|
77 |
-
st.markdown("
|
|
|
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)
|