andrrei commited on
Commit
18262e2
·
verified ·
1 Parent(s): 50b027d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  from huggingface_hub import login
2
  from smolagents import CodeAgent, tool, DuckDuckGoSearchTool, HfApiModel
 
 
3
 
4
  @tool
5
  def suggest_menu(occasion: str) -> str:
 
1
  from huggingface_hub import login
2
  from smolagents import CodeAgent, tool, DuckDuckGoSearchTool, HfApiModel
3
+ from Gradio_UI import GradioUI
4
+
5
 
6
  @tool
7
  def suggest_menu(occasion: str) -> str: