prithivMLmods commited on
Commit
577d9a0
·
verified ·
1 Parent(s): eb521b9

update app

Browse files
Files changed (1) hide show
  1. app.py +0 -15
app.py CHANGED
@@ -9,21 +9,6 @@ from typing import Iterable
9
  from gradio.themes import Soft
10
  from gradio.themes.utils import colors, fonts, sizes
11
 
12
- colors.steel_blue = colors.Color(
13
- name="steel_blue",
14
- c50="#EBF3F8",
15
- c100="#D3E5F0",
16
- c200="#A8CCE1",
17
- c300="#7DB3D2",
18
- c400="#529AC3",
19
- c500="#4682B4",
20
- c600="#3E72A0",
21
- c700="#36638C",
22
- c800="#2E5378",
23
- c900="#264364",
24
- c950="#1E3450",
25
- )
26
-
27
  colors.orange_red = colors.Color(
28
  name="orange_red",
29
  c50="#FFF0E5",
 
9
  from gradio.themes import Soft
10
  from gradio.themes.utils import colors, fonts, sizes
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  colors.orange_red = colors.Color(
13
  name="orange_red",
14
  c50="#FFF0E5",