DOMMETI commited on
Commit
7506a03
·
verified ·
1 Parent(s): 6e3b772

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -23,6 +23,12 @@ st.markdown("""
23
  }
24
 
25
  /* Style for subheaders */
 
 
 
 
 
 
26
  .custom-subheader {
27
  color: #00FFFF;
28
  font-family: 'Roboto', sans-serif;
 
23
  }
24
 
25
  /* Style for subheaders */
26
+ h3 {
27
+ color: #6c757d;
28
+ font-family: 'Roboto', sans-serif;
29
+ font-weight: 500;
30
+ margin-top: 20px;
31
+ }
32
  .custom-subheader {
33
  color: #00FFFF;
34
  font-family: 'Roboto', sans-serif;