Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ st.markdown(
|
|
| 17 |
)
|
| 18 |
|
| 19 |
with st.container():
|
| 20 |
-
st.markdown("<h2 style='text-align: center; color: grey;'>About the web app
|
| 21 |
st.markdown("-----------------------------------------------------------------")
|
| 22 |
|
| 23 |
col1, col2, = st.columns(2,gap="small")
|
|
|
|
| 17 |
)
|
| 18 |
|
| 19 |
with st.container():
|
| 20 |
+
st.markdown("<h2 style='text-align: center; color: grey;'>About the web app </h2>", unsafe_allow_html=True)
|
| 21 |
st.markdown("-----------------------------------------------------------------")
|
| 22 |
|
| 23 |
col1, col2, = st.columns(2,gap="small")
|