Alfasign commited on
Commit
bb2c9d9
1 Parent(s): a227b9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +34 -33
app.py CHANGED
@@ -43,44 +43,45 @@ with gr.Blocks(css=css) as myface:
43
  <div>
44
  <style>
45
  h1 {
46
- font-size: 6em;
47
- color: #ffffff;
48
- margin-top: 30px;
49
- margin-bottom: 30px;
50
- text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
51
- }
52
- h4 {
53
- color: #ffaa66; !important;
54
- }
55
- h3 {
56
- color: #ffffff; !important;
57
- }
58
- .gradio-container {
59
- background-image: linear-gradient(#8150df, #6d43e4, #000000) !important;
60
- color: #ffaa66 !important;
61
- font-family: 'IBM Plex Sans', sans-serif !important;
62
- }
63
- .text-gray-500 {
64
- color: #ffaa66 !important;
65
- }
66
- .gr-box {
67
- color: #000000 !important;
68
- background-image: linear-gradient(#563595, #6d43e4, #8150df) !important;
69
- border-top-color: #000000 !important;
70
- border-right-color: #ffffff !important;
71
- border-bottom-color: #ffffff !important;
72
- border-left-color: #000000 !important;
73
- }
74
  </style>
75
  <body>
76
- <div class="center"><h1>ToyWorld XL</h1>
77
- </div>
78
  </body>
79
  </div>
80
- <p style="margin-bottom: 10px; color: #ffaa66;">
81
- <h3>SDXL models for your enjoyment!</h3></p>
 
82
  <p style="margin-bottom: 10px; font-size: 98%">
83
- <br><h4><a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><b><p>Try out more than 560 Stable Diffusion models at Toy World by clicking here!</p></b></u></a></h4></p>
 
84
  </div>
85
  """)
86
  with gr.Row():
 
43
  <div>
44
  <style>
45
  h1 {
46
+ font-size: 6em;
47
+ color: #ffffff;
48
+ margin-top: 30px;
49
+ margin-bottom: 30px;
50
+ text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
51
+ }
52
+ h4 {
53
+ color: #00FFFF; !important; /* Cyan statt Gelb */
54
+ }
55
+ h3 {
56
+ color: #ffffff; !important;
57
+ }
58
+ .gradio-container {
59
+ background-image: linear-gradient(#000000, #000000, #000000) !important; /* Schwarz statt Lila */
60
+ color: #00FFFF !important; /* Cyan statt Gelb */
61
+ font-family: 'IBM Plex Sans', sans-serif !important;
62
+ }
63
+ .text-gray-500 {
64
+ color: #00FFFF !important; /* Cyan statt Gelb */
65
+ }
66
+ .gr-box {
67
+ color: #000000 !important;
68
+ background-image: linear-gradient(#000000, #000000, #000000) !important; /* Schwarz statt Lila */
69
+ border-top-color: #000000 !important;
70
+ border-right-color: #ffffff !important;
71
+ border-bottom-color: #ffffff !important;
72
+ border-left-color: #000000 !important;
73
+ }
74
  </style>
75
  <body>
76
+ <div class="center"><h1>ToyWorld XL</h1></div>
 
77
  </body>
78
  </div>
79
+ <p style="margin-bottom: 10px; color: #00FFFF;"> <!-- Cyan statt Gelb -->
80
+ <h3>SDXL models for your enjoyment!</h3>
81
+ </p>
82
  <p style="margin-bottom: 10px; font-size: 98%">
83
+ <br><h4><a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><b>Try out more than 560 Stable Diffusion models at Toy World by clicking here!</b></u></a></h4>
84
+ </p>
85
  </div>
86
  """)
87
  with gr.Row():