sarim commited on
Commit
fb2cae3
·
1 Parent(s): f78e807
Files changed (1) hide show
  1. app.py +1 -1
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] + listOfString[2]
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",