0xnu commited on
Commit
c2e52aa
·
verified ·
1 Parent(s): d90900e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -507,6 +507,10 @@ def create_interface():
507
  padding: 15px;
508
  margin: 10px 0;
509
  border-radius: 5px;
 
 
 
 
510
  }
511
  """
512
  ) as demo:
 
507
  padding: 15px;
508
  margin: 10px 0;
509
  border-radius: 5px;
510
+ color: #000000 !important;
511
+ }
512
+ .task-description * {
513
+ color: #000000 !important;
514
  }
515
  """
516
  ) as demo: