KAPtechies commited on
Commit
4809bde
·
verified ·
1 Parent(s): 6b8fcc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def get_weather(city):
58
  # **CSS for styling**
59
  custom_css = """
60
  body {
61
- background: #0f172a;
62
  color: white;
63
  font-family: 'Poppins', sans-serif;
64
  }
 
58
  # **CSS for styling**
59
  custom_css = """
60
  body {
61
+ 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;
62
  color: white;
63
  font-family: 'Poppins', sans-serif;
64
  }