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