K00B404 commited on
Commit
b0d2bd5
1 Parent(s): 4f2c688

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -26,11 +26,11 @@ title_html="""
26
  css = """
27
  .gradio-container {
28
  background: url(https://huggingface.co/spaces/K00B404/FLUX.1-Dev-Serverless-darn-enhanced-prompt/resolve/main/edge.png);
29
- background-size: 1400px 1000px;
30
  background-repeat: no-repeat;
31
  background-position: center;
32
  background-attachment: fixed;
33
- color:#000;
34
  }
35
  .dark\:bg-gray-950:is(.dark *) {
36
  --tw-bg-opacity: 1;
@@ -88,7 +88,7 @@ css = """
88
  #title-text {
89
  font-size: 30px;
90
  font-weight: bold;
91
- color: #000;
92
  }
93
  :root {
94
  --panel-size: 300px;
 
26
  css = """
27
  .gradio-container {
28
  background: url(https://huggingface.co/spaces/K00B404/FLUX.1-Dev-Serverless-darn-enhanced-prompt/resolve/main/edge.png);
29
+ background-size: 1600px 1000px;
30
  background-repeat: no-repeat;
31
  background-position: center;
32
  background-attachment: fixed;
33
+ color:#111;
34
  }
35
  .dark\:bg-gray-950:is(.dark *) {
36
  --tw-bg-opacity: 1;
 
88
  #title-text {
89
  font-size: 30px;
90
  font-weight: bold;
91
+ color: #111;
92
  }
93
  :root {
94
  --panel-size: 300px;