DOMMETI commited on
Commit
af5af82
·
verified ·
1 Parent(s): 2ba9057

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,7 +8,7 @@ st.markdown("""
8
  }
9
  /* Style for main title */
10
  h1 {
11
- color: #FFFACD;
12
  font-family: 'Roboto', sans-serif;
13
  font-weight: 700;
14
  text-align: center;
@@ -24,7 +24,7 @@ st.markdown("""
24
 
25
  /* Style for subheaders */
26
  h3 {
27
- color: #00FFFF;
28
  font-family: 'Roboto', sans-serif;
29
  font-weight: 500;
30
  margin-top: 20px;
 
8
  }
9
  /* Style for main title */
10
  h1 {
11
+ color: #00FFFF;
12
  font-family: 'Roboto', sans-serif;
13
  font-weight: 700;
14
  text-align: center;
 
24
 
25
  /* Style for subheaders */
26
  h3 {
27
+ color: #FFFACD;
28
  font-family: 'Roboto', sans-serif;
29
  font-weight: 500;
30
  margin-top: 20px;