Update Replit_Initial_Code_Generation_Prompt.md

This commit is contained in:
pliny 2025-04-22 16:04:16 -04:00 committed by GitHub
parent 079ad48b58
commit 41166ea4d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ json
{"path": "/app.py", "status": "new"} {"path": "/app.py", "status": "new"}
] ]
/index.html index.html
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
@ -88,14 +88,14 @@ json
</body> </body>
</html> </html>
/styles.css styles.css
/* CSS styles here */ /* CSS styles here */
/script.js script.js
// JavaScript code here // JavaScript code here
/app.py app.py
# Python code here / Python code here