TCares commited on
Commit
14153b0
·
verified ·
1 Parent(s): 1958357

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from Gradio_UI import GradioUI
9
  from tools.visit_webpage import VisitWebpageTool
10
 
11
  @tool
12
- def find_job_websites(job:string, location:str)-> str:
13
  """A tool that finds websites containing job postings for a job title at a specific location.
14
  Args:
15
  job: A string representing the job title.
 
9
  from tools.visit_webpage import VisitWebpageTool
10
 
11
  @tool
12
+ def find_job_websites(job:str, location:str)-> str:
13
  """A tool that finds websites containing job postings for a job title at a specific location.
14
  Args:
15
  job: A string representing the job title.