Spaces:
Sleeping
Sleeping
API
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ app = FastAPI()
|
|
22 |
|
23 |
# Get the current directory path
|
24 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
25 |
-
excel_path = os.path.join(current_dir, '
|
26 |
|
27 |
# Log the file path and directory contents for debugging
|
28 |
logger.info(f"Current directory: {current_dir}")
|
|
|
22 |
|
23 |
# Get the current directory path
|
24 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
25 |
+
excel_path = os.path.join(current_dir, 'DataSetSample.xlsx')
|
26 |
|
27 |
# Log the file path and directory contents for debugging
|
28 |
logger.info(f"Current directory: {current_dir}")
|