youngtsai commited on
Commit
c8d4167
·
1 Parent(s): 9007c43

background-color: gray;

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -481,7 +481,7 @@ CSS = """
481
  background-color: orange;
482
  }
483
  .accordion-gray {
484
- background-color: orange;
485
  }
486
  """
487
 
 
481
  background-color: orange;
482
  }
483
  .accordion-gray {
484
+ background-color: gray;
485
  }
486
  """
487