Last active
July 19, 2023 13:40
-
-
Save MohHeader/fa41d4354467f321c29d878a55b34222 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="genie-component" style="width: 450px;margin: auto;"></div> <!-- the HTML DOM to replace with the Genie Search Bar --> | |
<!-- Add the following inside the <body> tag --> | |
<script src="https://genie-ai.fra1.digitaloceanspaces.com/js/genie.js"></script> | |
<script> | |
initGenie("genie-component") // pass the DOM id | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment