jarguello76 commited on
Commit
87c12f5
·
verified ·
1 Parent(s): 101ba77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -21,8 +21,7 @@ model = HfApiModel()
21
  search_tool = DuckDuckGoSearchRun()
22
 
23
 
24
- # Load the guest dataset and initialize the guest info tool
25
- guest_info_tool = load_guest_dataset()
26
 
27
  agent = CodeAgent(
28
  tools=[search_tool],
 
21
  search_tool = DuckDuckGoSearchRun()
22
 
23
 
24
+
 
25
 
26
  agent = CodeAgent(
27
  tools=[search_tool],