Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -41,14 +41,14 @@ st.markdown(page_bg_img, unsafe_allow_html=True)
|
|
41 |
col1, col2, col3 = st.columns([3,5,2])
|
42 |
|
43 |
with col2:
|
44 |
-
st.title('
|
45 |
|
46 |
col1, col2, col3 = st.columns([2,5,2])
|
47 |
|
48 |
with col2:
|
49 |
st.markdown("<div style='text-align: center; font-size: 30px;'>Team members:</div>", unsafe_allow_html=True)
|
50 |
-
st.markdown("<div style='text-align: center; font-size: 25px;'
|
51 |
-
st.markdown("<div style='text-align: center; font-size: 25px;'
|
52 |
-
st.markdown("<div style='text-align: center; font-size: 25px;'
|
53 |
st.markdown("<div style='text-align: center; font-size: 25px;'></div>", unsafe_allow_html=True)
|
54 |
st.markdown("<div style='text-align: center; font-size: 25px;'></div>", unsafe_allow_html=True)
|
|
|
41 |
col1, col2, col3 = st.columns([3,5,2])
|
42 |
|
43 |
with col2:
|
44 |
+
st.title('πSmart Book Search by FindMyBook:π')
|
45 |
|
46 |
col1, col2, col3 = st.columns([2,5,2])
|
47 |
|
48 |
with col2:
|
49 |
st.markdown("<div style='text-align: center; font-size: 30px;'>Team members:</div>", unsafe_allow_html=True)
|
50 |
+
st.markdown("<div style='text-align: center; font-size: 25px;'>π Maria K. π Ilvir Kh.</div>", unsafe_allow_html=True)
|
51 |
+
st.markdown("<div style='text-align: center; font-size: 25px;'>π Viktoria K. π Anna F.</div>", unsafe_allow_html=True)
|
52 |
+
st.markdown("<div style='text-align: center; font-size: 25px;'>π Ivan N. </div>", unsafe_allow_html=True)
|
53 |
st.markdown("<div style='text-align: center; font-size: 25px;'></div>", unsafe_allow_html=True)
|
54 |
st.markdown("<div style='text-align: center; font-size: 25px;'></div>", unsafe_allow_html=True)
|