Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
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.
|