From ef6f4bab96eec74cbb3f3b5949c67ef50af3f447 Mon Sep 17 00:00:00 2001
From: Prajwal Kedari <65669641+prajwalkedari@users.noreply.github.com>
Date: Sun, 10 Mar 2024 20:42:10 +0530
Subject: [PATCH] Update tax.png path

It Giving error  Of image Not Found(404)

@Harsh151200
this Really Best Repo
---
 Tax Calculator/tax-calculator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tax Calculator/tax-calculator.py b/Tax Calculator/tax-calculator.py
index 5c17925..de13db2 100644
--- a/Tax Calculator/tax-calculator.py	
+++ b/Tax Calculator/tax-calculator.py	
@@ -76,7 +76,7 @@ def calculate_cost():
                fg="black", font=("Arial", 15, 'bold'))
 total_cost_value.place(x=370, y=200)
 
-photo = PhotoImage(file = "Tax Calculator/tax.png")
+photo = PhotoImage(file = "tax.png")
 root.iconphoto(False, photo)
 
 root.mainloop()