Auto Web Tools Maker
Auto Web Tools Maker
\n`;
toolCode += `\n`;
toolCode += `\n`;
// Update the result box with the generated code
resultBox.textContent = toolCode;
// Reset input fields
titleBox.value = '';
descriptionBox.value = '';
suggestionsBox.value = '';
addMoreBox.value = '';
});