sultan-hassan commited on
Commit
ebf1864
·
verified ·
1 Parent(s): f0331e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -8,8 +8,12 @@ import keras_nlp
8
  css = """
9
  body {
10
  margin: 0;
11
- height: 100%;
 
 
 
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;