moirakio commited on
Commit
38586b8
·
1 Parent(s): 71d03a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ import numpy as np
7
  import matplotlib.pyplot as plt
8
 
9
  color = gr.themes.Default(primary_hue="pink").set(
10
- background_fill_primary="#000000",
11
- block_background_fill="#ADD8E6",
12
  )
13
 
14
  # load the model from disk
 
7
  import matplotlib.pyplot as plt
8
 
9
  color = gr.themes.Default(primary_hue="pink").set(
10
+ background_fill_primary="#ADD8E6",
11
+ block_background_fill="#FFFFFF",
12
  )
13
 
14
  # load the model from disk