innafomina commited on
Commit
b989d1f
·
verified ·
1 Parent(s): 5e22c97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -6,10 +6,12 @@ import requests
6
  import pytz
7
  import yaml
8
  from tools.final_answer import FinalAnswerTool
 
 
9
 
10
  from Gradio_UI import GradioUI
11
 
12
- weather_api_key = os.getenv("weather_api_key")
13
 
14
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
15
  @tool
 
6
  import pytz
7
  import yaml
8
  from tools.final_answer import FinalAnswerTool
9
+ import os
10
+ import json
11
 
12
  from Gradio_UI import GradioUI
13
 
14
+ weather_api_key = os.getenv("weather_key")
15
 
16
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
17
  @tool