jbo-tech commited on
Commit
ba278f4
·
verified ·
1 Parent(s): 16996c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ from Gradio_UI import GradioUI
9
 
10
  @tool
11
  def website_info(website: str) -> str:
12
- """A tool that gets info from a website
13
- Args :
14
  website: The url you want to get info from
15
  """
16
  api = 'https://api.microlink.io'
 
9
 
10
  @tool
11
  def website_info(website: str) -> str:
12
+ """A tool that gets info from a website.
13
+ Args:
14
  website: The url you want to get info from
15
  """
16
  api = 'https://api.microlink.io'