James McCool commited on
Commit
894e5c8
·
1 Parent(s): 61a27a2

Update font size in app.py for improved readability

Browse files

Increased the font size from 10px to 18px in the CSS styles to enhance the visual presentation and accessibility of the application. This change aims to further improve user experience by making text more legible.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ st.markdown("""
62
  )
63
 
64
  div {
65
- font-size: 10px;
66
  }
67
 
68
 
 
62
  )
63
 
64
  div {
65
+ font-size: 18px;
66
  }
67
 
68