JCai commited on
Commit
f29faa9
1 Parent(s): d37cbd5

change background image

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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: url('file=image.ipg');
 
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