K00B404 commited on
Commit
014f407
1 Parent(s): 050abd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -218,6 +218,7 @@ def query(prompt, is_negative=False, steps=30, cfg_scale=7, sampler="DPM++ 2M Ka
218
  css = """
219
  .gradio-container {
220
  background: url(https://huggingface.co/spaces/K00B404/FLUX.1-Dev-Serverless-darn-enhanced-prompt/resolve/main/edge.png);
 
221
  background-repeat: no-repeat;
222
  }
223
 
@@ -228,13 +229,13 @@ body {
228
  background-attachment: fixed;
229
  }
230
  #app-container {
231
- background-color: rgba(0, 0, 0, 0.001); /* semi-transparent white */
232
  max-width: 600px;
233
  margin-left: auto;
234
  margin-right: auto;
235
  padding: 20px;
236
  border-radius: 10px;
237
- box-shadow: 0 0 10px rgba(0,0,0,0.001);
238
  }
239
  #title-container {
240
  display: flex;
 
218
  css = """
219
  .gradio-container {
220
  background: url(https://huggingface.co/spaces/K00B404/FLUX.1-Dev-Serverless-darn-enhanced-prompt/resolve/main/edge.png);
221
+ background-size:620px 800px;
222
  background-repeat: no-repeat;
223
  }
224
 
 
229
  background-attachment: fixed;
230
  }
231
  #app-container {
232
+ background-color: rgba(1, 1, 1, 0.001); /* semi-transparent white */
233
  max-width: 600px;
234
  margin-left: auto;
235
  margin-right: auto;
236
  padding: 20px;
237
  border-radius: 10px;
238
+ box-shadow: 0 0 10px rgba(2,2,2,0.001);
239
  }
240
  #title-container {
241
  display: flex;