Surn commited on
Commit
a2053e5
·
1 Parent(s): af95fba

Gradio 5.18.0

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. style_20250128.css +2 -1
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
  python_version: 3.10.13
8
- sdk_version: 5.17.1
9
  app_file: app.py
10
  pinned: false
11
  short_description: Transform Your Images into Mesmerizing Hexagon Grids
 
5
  colorTo: purple
6
  sdk: gradio
7
  python_version: 3.10.13
8
+ sdk_version: 5.18.0
9
  app_file: app.py
10
  pinned: false
11
  short_description: Transform Your Images into Mesmerizing Hexagon Grids
style_20250128.css CHANGED
@@ -20,7 +20,7 @@
20
  background-color: rgba(242, 218, 163, 0.62);
21
  }
22
 
23
- .dark .gradio-container.gradio-container-5-12-0 .contain .intro {
24
  background-color: rgba(41, 18, 5, 0.38) !important;
25
  }
26
 
@@ -51,6 +51,7 @@ a {
51
 
52
  #btn-generate {
53
  background-image: linear-gradient(to right bottom, rgb(157, 255, 157), rgb(229, 255, 235));
 
54
  }
55
 
56
  #btn-generate:hover {
 
20
  background-color: rgba(242, 218, 163, 0.62);
21
  }
22
 
23
+ .dark .gradio-container.gradio-container-5-18-0 .contain .intro {
24
  background-color: rgba(41, 18, 5, 0.38) !important;
25
  }
26
 
 
51
 
52
  #btn-generate {
53
  background-image: linear-gradient(to right bottom, rgb(157, 255, 157), rgb(229, 255, 235));
54
+ color: var(--block-background-fill);
55
  }
56
 
57
  #btn-generate:hover {