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