Spaces:
Running
Running
reduce
Browse files
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]
|
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 |
)
|