Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from Gradio_UI import GradioUI
|
|
14 |
|
15 |
@tool
|
16 |
def ask_magic_8_ball(question: str) -> str:
|
17 |
-
"""A Magic 8 Ball tool that provides
|
18 |
Args:
|
19 |
question: The situation or question the user wants advice about
|
20 |
|
|
|
14 |
|
15 |
@tool
|
16 |
def ask_magic_8_ball(question: str) -> str:
|
17 |
+
"""A Magic 8 Ball tool that provides random answers to user's questions about situations.
|
18 |
Args:
|
19 |
question: The situation or question the user wants advice about
|
20 |
|