Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
@@ -15,10 +15,6 @@ search_tool = DuckDuckGoSearchTool()
|
|
15 |
# Initialize the weather tool
|
16 |
currency_converter_tool = CurrencyConverterTool()
|
17 |
|
18 |
-
|
19 |
-
# Load the guest dataset and initialize the guest info tool
|
20 |
-
guest_info_tool = load_guest_dataset()
|
21 |
-
|
22 |
# Create Alfred with all the tools
|
23 |
alfred = CodeAgent(
|
24 |
tools=[currency_converter_tool, search_tool],
|
|
|
15 |
# Initialize the weather tool
|
16 |
currency_converter_tool = CurrencyConverterTool()
|
17 |
|
|
|
|
|
|
|
|
|
18 |
# Create Alfred with all the tools
|
19 |
alfred = CodeAgent(
|
20 |
tools=[currency_converter_tool, search_tool],
|