Update index.html
Browse files- index.html +11 -0
index.html
CHANGED
@@ -32,8 +32,19 @@
|
|
32 |
data-window-width="100vw"
|
33 |
data-position="top-left"
|
34 |
data-open-on-load="on"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
src="https://severian-anything.hf.space/embed/anythingllm-chat-widget.min.js">
|
36 |
</script>
|
|
|
37 |
<!-- AnythingLLM (https://anythingllm.com) -->
|
38 |
|
39 |
</body>
|
|
|
32 |
data-window-width="100vw"
|
33 |
data-position="top-left"
|
34 |
data-open-on-load="on"
|
35 |
+
data-chat-icon="chatBubble"
|
36 |
+
data-button-color="#4CAF50"
|
37 |
+
data-user-bg-color="#e0f7fa"
|
38 |
+
data-assistant-bg-color="#ffe0b2"
|
39 |
+
data-brand-image-url="https://yourdomain.com/logo.png"
|
40 |
+
data-greeting="Hello! How can I assist you today?"
|
41 |
+
data-support-email="[email protected]"
|
42 |
+
data-assistant-name="Support Bot"
|
43 |
+
data-assistant-icon="https://yourdomain.com/assistant-icon.png"
|
44 |
+
data-text-size="16px"
|
45 |
src="https://severian-anything.hf.space/embed/anythingllm-chat-widget.min.js">
|
46 |
</script>
|
47 |
+
|
48 |
<!-- AnythingLLM (https://anythingllm.com) -->
|
49 |
|
50 |
</body>
|