diff --git a/index.html b/index.html
index 3667678..2f6f1d1 100644
--- a/index.html
+++ b/index.html
@@ -741,9 +741,6 @@
ControlNet
-
-
-
-
- Explore Lexica for prompts and inspiration
-
-
-
- Search:
-
-
-
-
-
-
-
-
-

-
-
-
+ {/*
Search: */}
- Search:
-
+ // placeholder="cute cats"
+ value={store.data.search_query}
+ onInput={(event: any) => {
+ store.data.search_query = event.target.value
+ }}
+ >
)
}
}
+
+const containers = document.querySelectorAll('.lexicaContainer')!
+
+containers.forEach((container) => {
+ const root = ReactDOM.createRoot(container)
+
+ root.render(
+ //