DawnC commited on
Commit
b42749c
1 Parent(s): f288a0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -539,7 +539,8 @@ async def predict(image):
539
  text-decoration: none;
540
  gap: 8px;
541
  transition: all 0.3s ease;
542
- font-weight: 500;
 
543
  }}
544
 
545
  .akc-button:hover {{
@@ -634,15 +635,16 @@ async def predict(image):
634
  }}
635
 
636
  .akc-link {{
637
- color: #357ABD;
638
  text-decoration: none;
639
- font-weight: 500;
 
640
  transition: all 0.3s ease;
641
  }}
642
 
643
  .akc-link:hover {{
644
  text-decoration: underline;
645
- color: #2C6AA0;
646
  }}
647
  </style>
648
  {dogs_info}
 
539
  text-decoration: none;
540
  gap: 8px;
541
  transition: all 0.3s ease;
542
+ font-weight: 600;
543
+ font-size: 1.1em;
544
  }}
545
 
546
  .akc-button:hover {{
 
635
  }}
636
 
637
  .akc-link {{
638
+ color: white;
639
  text-decoration: none;
640
+ font-weight: 600;
641
+ font-size: 1.1em;
642
  transition: all 0.3s ease;
643
  }}
644
 
645
  .akc-link:hover {{
646
  text-decoration: underline;
647
+ color: #D3E3F0;
648
  }}
649
  </style>
650
  {dogs_info}