f
This commit is contained in:
parent
d6c8aeaede
commit
53b20a249f
2 changed files with 8 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
js/dist/*
|
||||
js/node_modules/*
|
||||
|
|
@ -254,6 +254,9 @@ hermes.ai.unturf.com {
|
|||
<button onclick="handleUserInput()">Send</button>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<p>Feel free to message us in the box below.</p>
|
||||
|
||||
<script>
|
||||
// LLM Webpage Client
|
||||
|
||||
|
|
@ -392,6 +395,9 @@ window.handleUserInput = handleUserInput;
|
|||
</script>
|
||||
|
||||
<h2>Questions, Comments, Discussions</h2>
|
||||
|
||||
Use the <a href="https://www.remarkbox.com" target="_blank">Remarkbox</a> below to tell us what you think!
|
||||
|
||||
<div id="remarkbox-div">
|
||||
<noscript>
|
||||
<iframe id=remarkbox-iframe src="https://my.remarkbox.com/embed?nojs=true" style="height:600px;width:100%;border:none!important" tabindex=0></iframe>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue