Update README.md
Browse files
README.md
CHANGED
@@ -91,6 +91,7 @@ python app.py
|
|
91 |
|
92 |
- Generates code in HTML, Python, JS, and more (selectable via dropdown)
|
93 |
- Special support for transformers.js apps (outputs index.html, index.js, style.css)
|
|
|
94 |
- For HTML, provides a live preview in a sandboxed iframe
|
95 |
- For modification requests, uses a search/replace block format to update existing HTML
|
96 |
|
|
|
91 |
|
92 |
- Generates code in HTML, Python, JS, and more (selectable via dropdown)
|
93 |
- Special support for transformers.js apps (outputs index.html, index.js, style.css)
|
94 |
+
- Svelte apps
|
95 |
- For HTML, provides a live preview in a sandboxed iframe
|
96 |
- For modification requests, uses a search/replace block format to update existing HTML
|
97 |
|