DawnC commited on
Commit
f288a0e
·
verified ·
1 Parent(s): b7d5372

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -533,7 +533,7 @@ async def predict(image):
533
  display: inline-flex;
534
  align-items: center;
535
  padding: 12px 24px;
536
- background-color: #357ABD;
537
  color: white;
538
  border-radius: 8px;
539
  text-decoration: none;
@@ -543,7 +543,7 @@ async def predict(image):
543
  }}
544
 
545
  .akc-button:hover {{
546
- background-color: #2C6AA0;
547
  transform: translateY(-1px);
548
  color: white;
549
  }}
 
533
  display: inline-flex;
534
  align-items: center;
535
  padding: 12px 24px;
536
+ background-color: #00509E;
537
  color: white;
538
  border-radius: 8px;
539
  text-decoration: none;
 
543
  }}
544
 
545
  .akc-button:hover {{
546
+ background-color: #003F7F;
547
  transform: translateY(-1px);
548
  color: white;
549
  }}