Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def add_bg_from_url(image_url):
|
|
21 |
)
|
22 |
|
23 |
# Add the background image using the provided URL
|
24 |
-
background_image_url = 'https://huggingface.co/spaces/engralimalik/Smart-Expense-Tracker/resolve/main/
|
25 |
add_bg_from_url(background_image_url)
|
26 |
|
27 |
# File upload
|
|
|
21 |
)
|
22 |
|
23 |
# Add the background image using the provided URL
|
24 |
+
background_image_url = 'https://huggingface.co/spaces/engralimalik/Smart-Expense-Tracker/resolve/main/top-view-finance-business-elements.jpg'
|
25 |
add_bg_from_url(background_image_url)
|
26 |
|
27 |
# File upload
|