Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from tools.final_answer import FinalAnswerTool
|
|
| 8 |
from Gradio_UI import GradioUI
|
| 9 |
|
| 10 |
# Tool to suggest a menu based on the occasion
|
| 11 |
-
|
| 12 |
def suggest_menu(occasion: str) -> str:
|
| 13 |
"""
|
| 14 |
Suggests a menu based on the occasion.
|
|
|
|
| 8 |
from Gradio_UI import GradioUI
|
| 9 |
|
| 10 |
# Tool to suggest a menu based on the occasion
|
| 11 |
+
@tool
|
| 12 |
def suggest_menu(occasion: str) -> str:
|
| 13 |
"""
|
| 14 |
Suggests a menu based on the occasion.
|