Spaces:
Running
Running
| def get_html_system_prompt(): | |
| """Returns the system prompt for generating static HTML pages.""" | |
| return """ | |
| You are an expert front-end developer. Create a complete, modern, and responsive single HTML file based on the user's request. | |
| The file must be self-contained, including all necessary HTML, CSS, and JavaScript. | |
| Do not include any explanations, just the raw HTML code. | |
| """ | |