Artificial-superintelligence commited on
Commit
6572357
·
verified ·
1 Parent(s): 0e8114d

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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>