SarahMarzouq commited on
Commit
9342e13
·
verified ·
1 Parent(s): 01168d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -12,10 +12,7 @@ ex = ["The Saudi Founding Day is a national occasion in the Kingdom of Saudi Ara
12
 
13
  custom_css = """
14
  body {
15
- background-image: url("/Assignment1part1/BG.jpg");
16
- background-size: cover;
17
- background-repeat: no-repeat;
18
- background-attachment: fixed;
19
  }
20
  """
21
 
 
12
 
13
  custom_css = """
14
  body {
15
+ background-color: #F5F5DC;
 
 
 
16
  }
17
  """
18