Vaibhav84 commited on
Commit
a69d06f
·
1 Parent(s): 41d24fb
Files changed (1) hide show
  1. app.py +1 -1
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, 'datasetsample.xlsx')
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}")