CsanadT commited on
Commit
294f84a
1 Parent(s): 3b2c1e2

Update app.py

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