Spaces:
Runtime error
Runtime error
Commit
·
2f4f3d6
1
Parent(s):
f9ba9ce
Update app.py
Browse files
app.py
CHANGED
@@ -37,12 +37,12 @@ padding: 5% 5% 5% 10%;
|
|
37 |
border-radius: 5px;
|
38 |
}}
|
39 |
|
40 |
-
|
41 |
-
|
42 |
</style>
|
43 |
"""
|
44 |
st.markdown(page_bg_img, unsafe_allow_html=True)
|
45 |
|
|
|
|
|
46 |
col1, col2, col3 = st.columns([1,8,1])
|
47 |
#col1, col2 = st.columns(2)
|
48 |
|
|
|
37 |
border-radius: 5px;
|
38 |
}}
|
39 |
|
|
|
|
|
40 |
</style>
|
41 |
"""
|
42 |
st.markdown(page_bg_img, unsafe_allow_html=True)
|
43 |
|
44 |
+
|
45 |
+
|
46 |
col1, col2, col3 = st.columns([1,8,1])
|
47 |
#col1, col2 = st.columns(2)
|
48 |
|