Spaces:
Build error
Build error
JCai
commited on
Commit
·
9ebc098
1
Parent(s):
9a79b79
test image background
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ 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: url('file=image.ipg');
|
| 97 |
font-family: 'Arial', sans-serif;
|
| 98 |
}
|
| 99 |
|
image.jpg
ADDED
|