arjunanand13 commited on
Commit
6c0329b
·
verified ·
1 Parent(s): 96639bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -459,7 +459,8 @@ class VideoClassifier:
459
 
460
  /* Style for the second button */
461
  button:nth-child(2) {
462
- background-color: #927fc7; /* Red color for the second button */
 
463
  }
464
  """
465
 
 
459
 
460
  /* Style for the second button */
461
  button:nth-child(2) {
462
+ background-color: #927fc7;
463
+ color: black;
464
  }
465
  """
466