Spaces:
Build error
Build error
JCai
commited on
Commit
·
f29faa9
1
Parent(s):
d37cbd5
change background image
Browse files
app.py
CHANGED
|
@@ -93,7 +93,8 @@ def cancel_inference():
|
|
| 93 |
# Custom CSS for a fancy look
|
| 94 |
custom_css = """
|
| 95 |
#main-container {
|
| 96 |
-
background-color:
|
|
|
|
| 97 |
font-family: 'Arial', sans-serif;
|
| 98 |
}
|
| 99 |
|
|
|
|
| 93 |
# Custom CSS for a fancy look
|
| 94 |
custom_css = """
|
| 95 |
#main-container {
|
| 96 |
+
background-color: #FFC0CB;
|
| 97 |
+
background-image: url('file=image.ipg');
|
| 98 |
font-family: 'Arial', sans-serif;
|
| 99 |
}
|
| 100 |
|