Spaces:
Runtime error
Runtime error
skolvankar
commited on
Commit
·
b2e923f
1
Parent(s):
8ec22fb
Add application file
Browse files- data/1.xlsx → 1.xlsx +0 -0
- app.py +1 -1
data/1.xlsx → 1.xlsx
RENAMED
File without changes
|
app.py
CHANGED
@@ -21,7 +21,7 @@ client = OpenAI(
|
|
21 |
)
|
22 |
|
23 |
# Specify the sheet name in the Excel file
|
24 |
-
excel_file_path = "
|
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 = "1.xlsx"
|
25 |
sheet_name = "Shortlisted Courses" # Replace with the actual sheet name
|
26 |
|
27 |
# Read the Excel file into a Pandas DataFrame
|