sarim commited on
Commit
29e2a1d
·
1 Parent(s): 63bc27b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ async def ppt_content(data):
95
  # return listOfString[0]
96
 
97
 
98
- result = agent.run_sync(user_prompt = f"Create me a powerpoint presentation from {listOfString[0]+listOfString[1]}",
99
  message_history = message_history,
100
 
101
  )
 
95
  # return listOfString[0]
96
 
97
 
98
+ result = agent.run_sync(user_prompt = f"Create me a powerpoint presentation from {listOfString[0]}",
99
  message_history = message_history,
100
 
101
  )