Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,35 @@ def send_it1(inputs, model_choice):
|
|
32 |
return(output1)
|
33 |
css=""""""
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
with gr.Blocks(css=css) as myface:
|
36 |
gr.HTML()
|
37 |
with gr.Row():
|
|
|
32 |
return(output1)
|
33 |
css=""""""
|
34 |
|
35 |
+
|
36 |
+
with gr.Blocks(css='style.css') as demo:
|
37 |
+
gr.HTML(
|
38 |
+
"""
|
39 |
+
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
40 |
+
<div>
|
41 |
+
<style>
|
42 |
+
h1 {
|
43 |
+
font-size: 6em;
|
44 |
+
color: #ffffff;
|
45 |
+
margin-top: 30px;
|
46 |
+
margin-bottom: 30px;
|
47 |
+
text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
<body>
|
51 |
+
<div class="center"><h1>ToyWorldXL 401</h1>
|
52 |
+
</div>
|
53 |
+
</body>
|
54 |
+
</div>
|
55 |
+
<p style="margin-bottom: 10px; color: #ffffff;">
|
56 |
+
PlaceHolder
|
57 |
+
</p>
|
58 |
+
<p style="margin-bottom: 10px; color: #ffaa66; font-size: 98%">
|
59 |
+
❤️ Press the Like Button if you enjoy my space! ❤️</a>
|
60 |
+
</p>
|
61 |
+
</div>
|
62 |
+
"""
|
63 |
+
)
|
64 |
with gr.Blocks(css=css) as myface:
|
65 |
gr.HTML()
|
66 |
with gr.Row():
|