SarahMarzouq commited on
Commit
e4b6311
·
verified ·
1 Parent(s): 95f4205

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -9,10 +9,7 @@ def classification_fun(sentence):
9
 
10
  custom_css = """
11
  body {
12
- backgound: #E3F2FD;
13
- background-size: cover;
14
- background-repeat: no-repeat;
15
- background-attachment: fixed;
16
  }
17
  """
18
 
 
9
 
10
  custom_css = """
11
  body {
12
+ background: #E3F2FD;
 
 
 
13
  }
14
  """
15