jlgaralc commited on
Commit
7c964ee
·
verified ·
1 Parent(s): ef57d62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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