skolvankar commited on
Commit
8ec22fb
·
1 Parent(s): b9bad5d

Add application file

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
app.py CHANGED
@@ -21,7 +21,7 @@ client = OpenAI(
21
  )
22
 
23
  # Specify the sheet name in the Excel file
24
- excel_file_path = "/Skill Transformation Journey/AI Integrations in SWAYAM_V1.0.xlsx"
25
  sheet_name = "Shortlisted Courses" # Replace with the actual sheet name
26
 
27
  # Read the Excel file into a Pandas DataFrame
 
21
  )
22
 
23
  # Specify the sheet name in the Excel file
24
+ excel_file_path = "/meraspace/meraspace/data/1.xlsx"
25
  sheet_name = "Shortlisted Courses" # Replace with the actual sheet name
26
 
27
  # Read the Excel file into a Pandas DataFrame
AI Integrations in SWAYAM_V1.0.xlsx → data/1.xlsx RENAMED
File without changes