Spaces:
Runtime error
Runtime error
Fix header top cut
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ css = '''
|
|
41 |
#share-btn-container .wrap {
|
42 |
display: none !important;
|
43 |
}
|
|
|
44 |
'''
|
45 |
|
46 |
with gr.Blocks(css=css) as demo:
|
@@ -53,7 +54,7 @@ with gr.Blocks(css=css) as demo:
|
|
53 |
font-size: 1.75rem;
|
54 |
"
|
55 |
>
|
56 |
-
<h1 style="font-weight: 900; margin-bottom: 7px;">
|
57 |
Stable Diffusion Prism ππ
|
58 |
</h1>
|
59 |
</div>
|
|
|
41 |
#share-btn-container .wrap {
|
42 |
display: none !important;
|
43 |
}
|
44 |
+
a {text-decoration-line: underline;}
|
45 |
'''
|
46 |
|
47 |
with gr.Blocks(css=css) as demo:
|
|
|
54 |
font-size: 1.75rem;
|
55 |
"
|
56 |
>
|
57 |
+
<h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
|
58 |
Stable Diffusion Prism ππ
|
59 |
</h1>
|
60 |
</div>
|