patchbanks commited on
Commit
e3f29d4
·
verified ·
1 Parent(s): 42c1786

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -233,7 +233,7 @@ custom_css = """
233
  border: none;
234
  border-radius: 5px;
235
  cursor: pointer;
236
- background: linear-gradient(90deg, hsla(268, 90%, 68%, 1) 0%, hsla(260, 72%, 70%, 1) 50%, hsla(247, 73%, 65%, 1) 100%);
237
  transition: background 1s ease;
238
  }
239
  #generate-btn:hover {
@@ -252,6 +252,7 @@ custom_css = """
252
  font-size: 18px;
253
  text-align: center;
254
  }
 
255
  """
256
 
257
  with gr.Blocks(
 
233
  border: none;
234
  border-radius: 5px;
235
  cursor: pointer;
236
+ background: linear-gradient(90deg, hsla(268, 90%, 70%, 1) 0%, hsla(260, 72%, 74%, 1) 50%, hsla(247, 73%, 65%, 1) 100%);
237
  transition: background 1s ease;
238
  }
239
  #generate-btn:hover {
 
252
  font-size: 18px;
253
  text-align: center;
254
  }
255
+
256
  """
257
 
258
  with gr.Blocks(