Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from functions import *
|
|
7 |
|
8 |
|
9 |
def fancy_header(text, font_size=24):
|
10 |
-
res = f'<
|
11 |
st.markdown(res, unsafe_allow_html=True)
|
12 |
|
13 |
st.set_page_config(layout="wide")
|
|
|
7 |
|
8 |
|
9 |
def fancy_header(text, font_size=24):
|
10 |
+
res = f'<p style="color:#ff5f72; font-size: {font_size}px; text-align:center;">{text}</p>'
|
11 |
st.markdown(res, unsafe_allow_html=True)
|
12 |
|
13 |
st.set_page_config(layout="wide")
|