diff --git a/examples/server/themes/mount-ai/index.html b/examples/server/themes/mount-ai/index.html
index 34d56ecf2..03f9c2639 100644
--- a/examples/server/themes/mount-ai/index.html
+++ b/examples/server/themes/mount-ai/index.html
@@ -569,12 +569,12 @@ function updateSystemPrompt(e) {
`
};
- const IntField = ({ label, max, min, step, name, value }) => {
+ const IntField = ({ label, title, max, min, step, name, value }) => {
return html`
-
-
- ${value}
+
+
+ ${value}
`
};
@@ -782,13 +782,17 @@ function updateSystemPrompt(e) {
Chat
Complete
-
+
+
<${UserTemplateResetButton}/>
${session.value.type === 'chat' ? ChatConfigForm() : CompletionConfigForm()}
-