BobbyCell commited on
Commit
e28f85f
·
verified ·
1 Parent(s): aad8f90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from Gradio_UI import GradioUI
9
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
10
  @tool
11
  def biological_term_category(biological_term: str)-> str: #it's import to specify the return type
12
- """A tool that takes a biological term as input, performs a web search and returns its category from a predefined list
13
  Args:
14
  biological term (str): A string representing a biological term
15
 
 
9
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
10
  @tool
11
  def biological_term_category(biological_term: str)-> str: #it's import to specify the return type
12
+ """A tool that takes a biological term as input, performs a web search and returns its category
13
  Args:
14
  biological term (str): A string representing a biological term
15