Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,8 +141,6 @@ def run_blast(arguments_string: str) -> str:
|
|
| 141 |
|
| 142 |
return result_response.text
|
| 143 |
|
| 144 |
-
# If used in another module (e.g., in a Gradio UI), import and call run_blast directly.
|
| 145 |
-
|
| 146 |
|
| 147 |
final_answer = FinalAnswerTool()
|
| 148 |
|
|
|
|
| 141 |
|
| 142 |
return result_response.text
|
| 143 |
|
|
|
|
|
|
|
| 144 |
|
| 145 |
final_answer = FinalAnswerTool()
|
| 146 |
|