Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,15 @@ body {
|
|
11 |
background-position: center;
|
12 |
background-repeat: no-repeat;
|
13 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
#custom-title {
|
15 |
color: #d63384;
|
16 |
font-family: 'Playfair Display', serif;
|
|
|
11 |
background-position: center;
|
12 |
background-repeat: no-repeat;
|
13 |
}
|
14 |
+
.gradio-container {
|
15 |
+
display: flex;
|
16 |
+
flex-direction: column;
|
17 |
+
justify-content: center;
|
18 |
+
align-items: center;
|
19 |
+
min-height: 100vh;
|
20 |
+
padding-top: 2rem;
|
21 |
+
padding-bottom: 2rem;
|
22 |
+
}
|
23 |
#custom-title {
|
24 |
color: #d63384;
|
25 |
font-family: 'Playfair Display', serif;
|