Sanket17 commited on
Commit
76019a8
·
verified ·
1 Parent(s): a9156c9

Update src/social.py

Browse files
Files changed (1) hide show
  1. 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 = "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
 
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