anantpinak33 commited on
Commit
61ee496
·
1 Parent(s): 436e90c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import matplotlib.pyplot as plt
9
 
10
  theme = gr.themes.Default(primary_hue="blue").set(
11
  background_fill_primary="#D3D3D3",
12
- block_background_fill="#1F2D3D",
13
  )
14
 
15
 
 
9
 
10
  theme = gr.themes.Default(primary_hue="blue").set(
11
  background_fill_primary="#D3D3D3",
12
+ block_background_fill="#D3D3D3",
13
  )
14
 
15