Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ def get_weather(city):
|
|
| 43 |
# **Adding Background Image**
|
| 44 |
custom_css = """
|
| 45 |
body {
|
| 46 |
-
background: url('https://
|
| 47 |
background-size: cover;
|
| 48 |
color: black;
|
| 49 |
}
|
|
|
|
| 43 |
# **Adding Background Image**
|
| 44 |
custom_css = """
|
| 45 |
body {
|
| 46 |
+
background: url('https://images.unsplash.com/photo-1548337138-e87d889cc369?q=80&w=1796&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D.jpg') no-repeat center center fixed;
|
| 47 |
background-size: cover;
|
| 48 |
color: black;
|
| 49 |
}
|