Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|