Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +1 -3
prompts.py
CHANGED
@@ -307,9 +307,7 @@ Purpose:
|
|
307 |
["action: TEST-CODE action_input=factorial.py", "Code tested successfully."],
|
308 |
["action: INTEGRATE-CODE", "Code integrated successfully."],
|
309 |
["action: TEST-APP", "App tested successfully."],
|
310 |
-
["action: GENERATE-REPORT", "Report generated successfully."]
|
311 |
-
],
|
312 |
-
)
|
313 |
|
314 |
if __name__ == "__main__":
|
315 |
iface.launch(share=True)
|
|
|
307 |
["action: TEST-CODE action_input=factorial.py", "Code tested successfully."],
|
308 |
["action: INTEGRATE-CODE", "Code integrated successfully."],
|
309 |
["action: TEST-APP", "App tested successfully."],
|
310 |
+
["action: GENERATE-REPORT", "Report generated successfully."]"""
|
|
|
|
|
311 |
|
312 |
if __name__ == "__main__":
|
313 |
iface.launch(share=True)
|