Update src/brand.py
Browse files- src/brand.py +1 -1
src/brand.py
CHANGED
@@ -337,7 +337,7 @@ if __name__ == "__main__":
|
|
337 |
else:
|
338 |
company_name = "Default_Company" # Default value if no argument is passed
|
339 |
# Load the Excel file
|
340 |
-
file_path = "
|
341 |
data = pd.read_excel(file_path)
|
342 |
|
343 |
base_image_dir = "" # Replace with the actual directory where your images are stored
|
|
|
337 |
else:
|
338 |
company_name = "Default_Company" # Default value if no argument is passed
|
339 |
# Load the Excel file
|
340 |
+
file_path = "Output_File/excel/top_3_sd_results.xlsx" # Replace with the path to your Excel file
|
341 |
data = pd.read_excel(file_path)
|
342 |
|
343 |
base_image_dir = "" # Replace with the actual directory where your images are stored
|