BobbyCell commited on
Commit
fe5185f
·
verified ·
1 Parent(s): c96941b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from Gradio_UI import GradioUI
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
 
16
  Returns:
17
  str: The category of the biological term
 
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
 
16
  Returns:
17
  str: The category of the biological term