mujtabarizvi commited on
Commit
38f7e34
·
verified ·
1 Parent(s): b0488f6
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -7,8 +7,7 @@ from tools.final_answer import FinalAnswerTool
7
 
8
  from Gradio_UI import GradioUI
9
 
10
- # Below is an example of a tool that does nothing. Amaze us with your creativity !
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