patopla commited on
Commit
2e92258
·
verified ·
1 Parent(s): b168e93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -15,9 +15,6 @@ search_tool = DuckDuckGoSearchTool()
15
  currency_converter_tool = CurrencyConverterTool()
16
 
17
 
18
- # Load the guest dataset and initialize the guest info tool
19
- guest_info_tool = load_guest_dataset()
20
-
21
  # Create Alfred with all the tools
22
  alfred = CodeAgent(
23
  tools=[currency_converter_tool, search_tool],
 
15
  currency_converter_tool = CurrencyConverterTool()
16
 
17
 
 
 
 
18
  # Create Alfred with all the tools
19
  alfred = CodeAgent(
20
  tools=[currency_converter_tool, search_tool],