Spaces:
Sleeping
Sleeping
bugfixes
Browse files
app.py
CHANGED
|
@@ -7,8 +7,7 @@ from tools.final_answer import FinalAnswerTool
|
|
| 7 |
|
| 8 |
from Gradio_UI import GradioUI
|
| 9 |
|
| 10 |
-
# Below is
|
| 11 |
-
@tool
|
| 12 |
@tool
|
| 13 |
def get_crypto_price(symbol: str) -> str:
|
| 14 |
"""Get cryptocurrency price with basic error handling
|
|
|
|
| 7 |
|
| 8 |
from Gradio_UI import GradioUI
|
| 9 |
|
| 10 |
+
# Below is a tool that gets live crypto pricing.
|
|
|
|
| 11 |
@tool
|
| 12 |
def get_crypto_price(symbol: str) -> str:
|
| 13 |
"""Get cryptocurrency price with basic error handling
|