sphemngadi commited on
Commit
ce466b9
·
verified ·
1 Parent(s): 390a462

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ from Gradio_UI import GradioUI
17
  # arg2: the second argument
18
  # """
19
  # return "What magic will you build ?"
20
- import requests
21
 
22
  def my_custom_tool(city: str) -> str:
23
  """A tool that fetches the current weather for a given city.
 
17
  # arg2: the second argument
18
  # """
19
  # return "What magic will you build ?"
20
+
21
 
22
  def my_custom_tool(city: str) -> str:
23
  """A tool that fetches the current weather for a given city.