Sagar S commited on
Commit
8d65c52
·
verified ·
1 Parent(s): dcfa341

error cleanup

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -7,10 +7,7 @@ from tools.final_answer import FinalAnswerTool
7
 
8
  from Gradio_UI import GradioUI
9
 
10
- # Below is an example of a tool that does nothing. Amaze us with your creativity !
11
  @tool
12
- import requests
13
-
14
  def get_country_data(country_name):
15
  """
16
  Fetches and prints data for a country from the REST Countries API.
 
7
 
8
  from Gradio_UI import GradioUI
9
 
 
10
  @tool
 
 
11
  def get_country_data(country_name):
12
  """
13
  Fetches and prints data for a country from the REST Countries API.