Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
b35d3a4
1
Parent(s):
766b57e
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ async () => {
|
|
165 |
"""
|
166 |
head="""<meta name="theme-color" content="#000"><link href="https://fonts.cdnfonts.com/css/pp-neue-montreal" rel="stylesheet">"""
|
167 |
|
168 |
-
with gr.Blocks(css="style.css") as demo:
|
169 |
gr.HTML("""<div id="header_block">
|
170 |
<h1>Dai forma al nuovo<br />design Made in Italy</h1>
|
171 |
<div id="logos_block">
|
|
|
165 |
"""
|
166 |
head="""<meta name="theme-color" content="#000"><link href="https://fonts.cdnfonts.com/css/pp-neue-montreal" rel="stylesheet">"""
|
167 |
|
168 |
+
with gr.Blocks(css="style.css", head = head) as demo:
|
169 |
gr.HTML("""<div id="header_block">
|
170 |
<h1>Dai forma al nuovo<br />design Made in Italy</h1>
|
171 |
<div id="logos_block">
|