BananaSauce commited on
Commit
bdb15d5
·
1 Parent(s): eb4dec8

Update pre.py

Browse files
Files changed (1) hide show
  1. pre.py +2 -1
pre.py CHANGED
@@ -51,7 +51,8 @@ def preprocess_uploaded_file(uploaded_file):
51
  return data
52
 
53
  def add_app_description():
54
- st.title('DataLink Compare')
 
55
 
56
  is_selected = st.sidebar.checkbox('Show App Description', value=False)
57
 
 
51
  return data
52
 
53
  def add_app_description():
54
+ app_title = '<p style="font-family:Roboto, sans-serif; color:#004E7C; font-size: 42px;">DataLink Compare</p>'
55
+ st.markdown(app_title, unsafe_allow_html=True)
56
 
57
  is_selected = st.sidebar.checkbox('Show App Description', value=False)
58