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