JahnaviBhansali commited on
Commit
a961ecf
·
verified ·
1 Parent(s): 4d79758

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -257,6 +257,10 @@ with gr.Blocks(
257
  .prose * {
258
  color: #4b5563 !important;
259
  }
 
 
 
 
260
  .example-grid {
261
  display: grid !important;
262
  grid-template-columns: 1fr !important;
 
257
  .prose * {
258
  color: #4b5563 !important;
259
  }
260
+ .card-header,
261
+ .card-header * {
262
+ color: white !important;
263
+ }
264
  .example-grid {
265
  display: grid !important;
266
  grid-template-columns: 1fr !important;