Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,12 @@ import keras_nlp
|
|
| 8 |
css = """
|
| 9 |
body {
|
| 10 |
margin: 0;
|
| 11 |
-
height:
|
|
|
|
|
|
|
|
|
|
| 12 |
}
|
|
|
|
| 13 |
body::before {
|
| 14 |
content: '';
|
| 15 |
position: fixed;
|
|
|
|
| 8 |
css = """
|
| 9 |
body {
|
| 10 |
margin: 0;
|
| 11 |
+
height: 100vh;
|
| 12 |
+
display: flex;
|
| 13 |
+
align-items: center;
|
| 14 |
+
justify-content: center;
|
| 15 |
}
|
| 16 |
+
|
| 17 |
body::before {
|
| 18 |
content: '';
|
| 19 |
position: fixed;
|