Spaces:
No application file
No application file
Update app.py
Browse files
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],
|