petfol commited on
Commit
543ca4b
·
verified ·
1 Parent(s): ccbbf41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.