CindyDelage commited on
Commit
cf8febe
·
verified ·
1 Parent(s): 4cd1b06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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