harishsohani commited on
Commit
08527e5
·
verified ·
1 Parent(s): 9e70f1d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -53,6 +53,14 @@ div[data-testid="stVerticalBlock"] {
53
  font-size: 1rem;
54
  padding: 0.4rem 0.5rem;
55
  }
 
 
 
 
 
 
 
 
56
  </style>
57
  """, unsafe_allow_html=True)
58
 
 
53
  font-size: 1rem;
54
  padding: 0.4rem 0.5rem;
55
  }
56
+
57
+ /* section header */
58
+ .section-header {
59
+ font-size: 28px !important;
60
+ font-weight: 700 !important;
61
+ color: #333333 !important;
62
+ margin-top: 20px !important;
63
+ }
64
  </style>
65
  """, unsafe_allow_html=True)
66