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