tatianija commited on
Commit
2736f8d
·
verified ·
1 Parent(s): 3960310

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -483,8 +483,8 @@ class IntelligentAgent:
483
 
484
  try:
485
  api_url = DEFAULT_API_URL
486
- files_url = f"{api_url}/files"
487
- # Construct the file path (assuming file is in current directory)
488
  file_path = os.path.join(files_url, file_name)
489
 
490
  # Check if file exists
 
483
 
484
  try:
485
  api_url = DEFAULT_API_URL
486
+ files_url = f"{api_url}/"
487
+ # Construct the file path (assuming file is in the same directory)
488
  file_path = os.path.join(files_url, file_name)
489
 
490
  # Check if file exists