Update src/content.py
Browse files- src/content.py +1 -1
src/content.py
CHANGED
@@ -317,7 +317,7 @@ if __name__ == "__main__":
|
|
317 |
else:
|
318 |
company_name = "Default_Company" # Default value if no argument is passed
|
319 |
# Load the Excel file
|
320 |
-
file_path = "
|
321 |
data = pd.read_excel(file_path)
|
322 |
|
323 |
# Set the base directory for images
|
|
|
317 |
else:
|
318 |
company_name = "Default_Company" # Default value if no argument is passed
|
319 |
# Load the Excel file
|
320 |
+
file_path = "Output_File/excel/top_3_sd_results.xlsx" # Replace with the path to your Excel file
|
321 |
data = pd.read_excel(file_path)
|
322 |
|
323 |
# Set the base directory for images
|