Shaukat39 commited on
Commit
06d9d27
·
verified ·
1 Parent(s): 1917ab8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
 
 
 
8
  @tool
9
  def search_web(query: str, num_results: int = 5) -> str:
10
  """Performs a web search and returns summaries of the top results.
 
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
 
8
+ from Gradio_UI import GradioUI
9
+
10
  @tool
11
  def search_web(query: str, num_results: int = 5) -> str:
12
  """Performs a web search and returns summaries of the top results.