Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,10 +9,7 @@ def classification_fun(sentence):
|
|
9 |
|
10 |
custom_css = """
|
11 |
body {
|
12 |
-
|
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 |
|