Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
@@ -261,6 +261,7 @@
|
|
261 |
addToOutput("- pip install <package>: Install a Python package");
|
262 |
addToOutput("- git <command>: Execute a git command");
|
263 |
addToOutput("- <python code>: Execute Python code");
|
|
|
264 |
</script>
|
265 |
</body>
|
266 |
</html>
|
|
|
261 |
addToOutput("- pip install <package>: Install a Python package");
|
262 |
addToOutput("- git <command>: Execute a git command");
|
263 |
addToOutput("- <python code>: Execute Python code");
|
264 |
+
addToOutput("- AI can now create and edit files. Try 'AI: create a new file named example.py with a simple calculator function'");
|
265 |
</script>
|
266 |
</body>
|
267 |
</html>
|