prozorov commited on
Commit
b08ea08
·
verified ·
1 Parent(s): d40e476

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from markdownify import markdownify
12
  from requests.exceptions import RequestException
13
 
14
  @tool
15
- def json_string_to_poster(json_string:str)-> html_string:
16
  """A tool that generate a poster from stringified json object
17
  Args:
18
  json_string: stringified json data
 
12
  from requests.exceptions import RequestException
13
 
14
  @tool
15
+ def json_string_to_poster(json_string:str)-> str:
16
  """A tool that generate a poster from stringified json object
17
  Args:
18
  json_string: stringified json data