Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,10 +91,11 @@ style="""
|
|
91 |
height: 180px;
|
92 |
background-position-x: center;
|
93 |
}
|
94 |
-
|
95 |
.top_h1{
|
96 |
color: white!important;
|
97 |
-
-webkit-text-stroke-width: medium;
|
|
|
98 |
|
99 |
"""
|
100 |
with gr.Blocks(css=style) as iface:
|
|
|
91 |
height: 180px;
|
92 |
background-position-x: center;
|
93 |
}
|
94 |
+
|
95 |
.top_h1{
|
96 |
color: white!important;
|
97 |
+
-webkit-text-stroke-width: medium;
|
98 |
+
}
|
99 |
|
100 |
"""
|
101 |
with gr.Blocks(css=style) as iface:
|