CCockrum commited on
Commit
f91d6af
·
verified ·
1 Parent(s): 8b09c72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
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;