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