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