ambadkar commited on
Commit
3985c5b
·
verified ·
1 Parent(s): b9e76f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def quote_tool()-> str: #it's import to specify the return type
27
  Args:
28
 
29
  """
30
- quote = requests.get"https://thequoteshub.com/api").json()
31
  return quote['text']
32
 
33
  @tool
 
27
  Args:
28
 
29
  """
30
+ quote = requests.get("https://thequoteshub.com/api").json()
31
  return quote['text']
32
 
33
  @tool