BartPoint commited on
Commit
affda35
·
1 Parent(s): 40e3607

Update app_multi.py

Browse files
Files changed (1) hide show
  1. app_multi.py +4 -0
app_multi.py CHANGED
@@ -52,6 +52,10 @@ arg_parser.add_argument(
52
  args = arg_parser.parse_args()
53
 
54
  app_css = '''
 
 
 
 
55
  #model_info img {
56
  max-width: 100px;
57
  max-height: 100px;
 
52
  args = arg_parser.parse_args()
53
 
54
  app_css = '''
55
+
56
+ :root {
57
+ --primary-500: #FFDAA6 !important;
58
+ }
59
  #model_info img {
60
  max-width: 100px;
61
  max-height: 100px;