Keiraj commited on
Commit
2c6acc8
·
verified ·
1 Parent(s): dc76ac3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -31,12 +31,14 @@ def main():
31
  }
32
 
33
  .stButton>button:hover {
34
- background-color: #D81B60;
35
  color: white;
36
  }
37
 
38
  .stMarkdown {
39
  text-align: center;
 
 
40
  }
41
  </style>
42
  """,
 
31
  }
32
 
33
  .stButton>button:hover {
34
+ background-color: #834985;
35
  color: white;
36
  }
37
 
38
  .stMarkdown {
39
  text-align: center;
40
+ font-family: 'Comic Sans MS', cursive, sans-serif;
41
+ margin-top: 30px;
42
  }
43
  </style>
44
  """,