Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,44 +43,45 @@ with gr.Blocks(css=css) as myface:
|
|
43 |
<div>
|
44 |
<style>
|
45 |
h1 {
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
</style>
|
75 |
<body>
|
76 |
-
|
77 |
-
</div>
|
78 |
</body>
|
79 |
</div>
|
80 |
-
<p style="margin-bottom: 10px; color: #
|
81 |
-
|
|
|
82 |
<p style="margin-bottom: 10px; font-size: 98%">
|
83 |
-
|
|
|
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():
|