Spaces:
Running
Running
update
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ async def ppt_content(data):
|
|
93 |
This is all the text from a pdf file that user has uploaded
|
94 |
|
95 |
"""
|
96 |
-
return listOfString[0] + listOfString[1]
|
97 |
|
98 |
|
99 |
result = agent.run_sync(user_prompt = f"Create me a powerpoint presentation from 'agentTooled' return value",
|
|
|
93 |
This is all the text from a pdf file that user has uploaded
|
94 |
|
95 |
"""
|
96 |
+
return listOfString[0] + listOfString[1]
|
97 |
|
98 |
|
99 |
result = agent.run_sync(user_prompt = f"Create me a powerpoint presentation from 'agentTooled' return value",
|