Sanket17 commited on
Commit
a9156c9
·
verified ·
1 Parent(s): 64e8e82

Update src/content.py

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