Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,8 @@ weather_info_tool = WeatherInfoTool()
|
|
18 |
# Initialize the Hub stats tool
|
19 |
hub_stats_tool = HubStatsTool()
|
20 |
|
|
|
|
|
21 |
# Load the guest dataset and initialize the guest info tool
|
22 |
guest_info_tool = load_guest_dataset()
|
23 |
|
|
|
18 |
# Initialize the Hub stats tool
|
19 |
hub_stats_tool = HubStatsTool()
|
20 |
|
21 |
+
news_tool = NewsTool()
|
22 |
+
|
23 |
# Load the guest dataset and initialize the guest info tool
|
24 |
guest_info_tool = load_guest_dataset()
|
25 |
|