Update src/social.py
Browse files- src/social.py +1 -1
src/social.py
CHANGED
@@ -342,7 +342,7 @@ if __name__ == "__main__":
|
|
342 |
else:
|
343 |
company_name = "Default_Company" # Default value if no argument is passed
|
344 |
# Load the Excel file
|
345 |
-
file_path = "
|
346 |
data = pd.read_excel(file_path)
|
347 |
|
348 |
# Set the base directory for images
|
|
|
342 |
else:
|
343 |
company_name = "Default_Company" # Default value if no argument is passed
|
344 |
# Load the Excel file
|
345 |
+
file_path = "Output_File/excel/top_3_sd_results.xlsx" # Replace with the path to your Excel file
|
346 |
data = pd.read_excel(file_path)
|
347 |
|
348 |
# Set the base directory for images
|