Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1296,7 +1296,7 @@ If you find any "Code-Blocks" then,
|
|
| 1296 |
"output_json": "output_path",
|
| 1297 |
"sprites": "result",
|
| 1298 |
"project_output_json": "project_output",
|
| 1299 |
-
"test_url": download_url
|
| 1300 |
}), 500
|
| 1301 |
# Invoke the main agent for logic refinement and relationship identification
|
| 1302 |
# response = agent.invoke({"messages": [{"role": "user", "content": content}]})
|
|
|
|
| 1296 |
"output_json": "output_path",
|
| 1297 |
"sprites": "result",
|
| 1298 |
"project_output_json": "project_output",
|
| 1299 |
+
"test_url": "download_url"
|
| 1300 |
}), 500
|
| 1301 |
# Invoke the main agent for logic refinement and relationship identification
|
| 1302 |
# response = agent.invoke({"messages": [{"role": "user", "content": content}]})
|