LuniLand commited on
Commit
6201cbf
·
verified ·
1 Parent(s): 5fc0966

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def does_file_exist(file_name: str) -> bool:
48
  file_path: Path = Path(f"./{file_name}")
49
  return file_path.exists()
50
  except Exception as e:
51
- reutnr f"Error finding the file {file_name}: {str(e)}"
52
 
53
 
54
  final_answer = FinalAnswerTool()
 
48
  file_path: Path = Path(f"./{file_name}")
49
  return file_path.exists()
50
  except Exception as e:
51
+ return f"Error finding the file {file_name}: {str(e)}"
52
 
53
 
54
  final_answer = FinalAnswerTool()