Spaces:
Runtime error
Runtime error
Commit
·
b12107c
1
Parent(s):
6682b2c
Update app.py
Browse files
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)
|
@@ -76,4 +76,4 @@ with col2:
|
|
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 |
-
|
|
|
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)
|
|
|
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.]**')
|