Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
0b4e088
1
Parent(s):
01ba38a
Update app.py
Browse files
app.py
CHANGED
@@ -119,14 +119,14 @@ def send_it5(inputs, noise_level, proc1=proc1):
|
|
119 |
with gr.Blocks(css='style.css') as demo:
|
120 |
gr.HTML(
|
121 |
"""
|
122 |
-
<div style="text-align: center; max-width:
|
123 |
<div>
|
124 |
<style>
|
125 |
h1 {
|
126 |
font-size: 6em;
|
127 |
color: #ffffff;
|
128 |
-
margin-top:
|
129 |
-
margin-bottom:
|
130 |
text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
|
131 |
}
|
132 |
</style>
|
|
|
119 |
with gr.Blocks(css='style.css') as demo:
|
120 |
gr.HTML(
|
121 |
"""
|
122 |
+
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|
123 |
<div>
|
124 |
<style>
|
125 |
h1 {
|
126 |
font-size: 6em;
|
127 |
color: #ffffff;
|
128 |
+
margin-top: 20px;
|
129 |
+
margin-bottom: 20px;
|
130 |
text-shadow: 3px 3px 0 rgba(0, 0, 0, 1) !important;
|
131 |
}
|
132 |
</style>
|