mattrm0830 commited on
Commit
fa62153
·
verified ·
1 Parent(s): 27576f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def my_custom_tool()-> str: #it's import to specify the return type
18
 
19
  """
20
  path = Path("dad_jokes.txt")
21
- if not path.exists():
22
  raise FileNotFoundError(f"{path} not found")
23
 
24
  jokes = []
 
18
 
19
  """
20
  path = Path("dad_jokes.txt")
21
+ if not path.exists():
22
  raise FileNotFoundError(f"{path} not found")
23
 
24
  jokes = []