Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,9 +117,9 @@ with gr.Blocks(css='style.css') as demo:
|
|
117 |
h1 {
|
118 |
font-size: 6em;
|
119 |
color: #ffffff;
|
120 |
-
margin-top:
|
121 |
-
margin-bottom:
|
122 |
-
text-shadow: 16px 16px
|
123 |
}
|
124 |
</style>
|
125 |
<body>
|
|
|
117 |
h1 {
|
118 |
font-size: 6em;
|
119 |
color: #ffffff;
|
120 |
+
margin-top: 30px;
|
121 |
+
margin-bottom: 30px;
|
122 |
+
text-shadow: 0 16px 16px rgba(0, 0, 0, .8);
|
123 |
}
|
124 |
</style>
|
125 |
<body>
|