diff --git a/examples/server/public/index.html b/examples/server/public/index.html
index 8422df4ca..aab12d3c7 100644
--- a/examples/server/public/index.html
+++ b/examples/server/public/index.html
@@ -621,25 +621,25 @@
}
return html`
-
+
`
}
@@ -649,11 +649,11 @@
runCompletion();
}
return html`
-
-
-
-
-
`;
+
+
+
+
+
`;
}
const ChatLog = (props) => {
@@ -697,12 +697,12 @@
}
return html`
-
-

-
- ${messages.flatMap(chatLine)}
-
-
`;
+
+

+
+ ${messages.flatMap(chatLine)}
+
+
`;
};
const ConfigForm = (props) => {
@@ -733,20 +733,20 @@
const FloatField = ({ label, max, min, name, step, value }) => {
return html`
-
-
-
-
- `
+
+
+
+
+ `
};
const IntField = ({ label, max, min, name, value }) => {
return html`
-
-
-
-
- `
+
+
+
+
+ `
};
const userTemplateReset = (e) => {
@@ -769,12 +769,12 @@
useEffect(() => {
// autosave template on every change
userTemplateAutosave()
- }, [session.value])// removed params.value as it would re render the page.
+ }, [session.value])
const GrammarControl = () => (
html`
- Grammer Configuration
+ Grammar Configuration