svijayanand commited on
Commit
deadb0d
·
verified ·
1 Parent(s): 6b2bb38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ logging.basicConfig(level=logging.DEBUG)
20
  logger = logging.getLogger(__name__)
21
 
22
  # load env variables
23
- load_dotenv()
24
 
25
  # Specify the path to the file you want to check
26
  file_path = Path('./faiss_index/index.faiss')
 
20
  logger = logging.getLogger(__name__)
21
 
22
  # load env variables
23
+ # load_dotenv()
24
 
25
  # Specify the path to the file you want to check
26
  file_path = Path('./faiss_index/index.faiss')