DOMMETI commited on
Commit
275b05e
·
verified ·
1 Parent(s): 1354597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,7 +16,7 @@ st.markdown("""
16
  }
17
  /* Style for headers */
18
  h2 {
19
- color: #ba95b0;
20
  font-family: 'Roboto', sans-serif;
21
  font-weight: 600;
22
  margin-top: 30px;
@@ -24,7 +24,7 @@ st.markdown("""
24
 
25
  /* Style for subheaders */
26
  h3 {
27
- color: #FFFACD;
28
  font-family: 'Roboto', sans-serif;
29
  font-weight: 500;
30
  margin-top: 20px;
 
16
  }
17
  /* Style for headers */
18
  h2 {
19
+ color: #FFFACD;
20
  font-family: 'Roboto', sans-serif;
21
  font-weight: 600;
22
  margin-top: 30px;
 
24
 
25
  /* Style for subheaders */
26
  h3 {
27
+ color: #ba95b0;
28
  font-family: 'Roboto', sans-serif;
29
  font-weight: 500;
30
  margin-top: 20px;