Jordan Legg commited on
Commit
e2b3319
1 Parent(s): 019047d

added background image to be pretty!

Browse files
Files changed (1) hide show
  1. app.py +22 -0
app.py CHANGED
@@ -133,6 +133,28 @@ examples = [
133
  ]
134
 
135
  css="""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
  #col-container {
137
  margin: 0 auto;
138
  max-width: 100%;
 
133
  ]
134
 
135
  css="""
136
+ body {
137
+ background-image: url('https://huggingface.co/spaces/takarajordan/CineDiffusion/resolve/main/static/background.webp');
138
+ background-size: cover;
139
+ background-position: center;
140
+ background-repeat: no-repeat;
141
+ background-attachment: fixed;
142
+ min-height: 100vh;
143
+ }
144
+
145
+ gradio-app {
146
+ background: none !important;
147
+ }
148
+
149
+ .md h1 {
150
+ color: white !important;
151
+ }
152
+
153
+
154
+ .gradio-container {
155
+ background-color: transparent;
156
+ }
157
+
158
  #col-container {
159
  margin: 0 auto;
160
  max-width: 100%;