jlgaralc commited on
Commit
036689d
·
verified ·
1 Parent(s): 9a34001

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
40
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
41
 
42
 
43
- @@tool
44
  def run_blast(arguments_string: str) -> str:
45
  """Submits a BLAST job to NCBI and retrieves the results.
46
 
 
40
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
41
 
42
 
43
+ @tool
44
  def run_blast(arguments_string: str) -> str:
45
  """Submits a BLAST job to NCBI and retrieves the results.
46