File size: 1,542 Bytes
66ad91e
 
 
 
 
c0c6cfb
66ad91e
4cbba71
66ad91e
4cbba71
c0c6cfb
 
66ad91e
 
4cbba71
c0c6cfb
66ad91e
4cbba71
 
c0c6cfb
 
 
66ad91e
 
 
 
 
c0c6cfb
 
66ad91e
4cbba71
66ad91e
 
 
c0c6cfb
 
 
 
42a5d92
 
 
 
 
 
 
 
66ad91e
 
c0c6cfb
66ad91e
 
97813a3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>AnythingLLM Chatbot</title>
  
  <!-- Custom CSS -->
  <style>
    /* Ensure the page takes up the full viewport */
    html, body {
      height: 100%;
      margin: 0;
      padding: 0;
      background-color: #000; /* Black background */
      overflow: hidden; /* Prevent scrolling */
    }

    /* Optional: Center the chatbot container if needed */
    #chatbot-container {
      height: 100%;
      width: 100%;
    }
  </style>
</head>
<body>

  <!-- Chatbot Container -->
  <div id="chatbot-container"></div>

  <!-- AnythingLLM Chatbot Embed Script -->
  <script
    data-embed-id="f873bd25-2eb1-4e69-9f13-114ca6585a5b"
    data-base-api-url="https://severian-anything.hf.space/api/embed"
    data-window-height="100vh"
    data-window-width="100vw"
    data-position="top-left"
    data-open-on-load="on"
    data-user-bg-color="#FFD700" 
    data-assistant-bg-color="#FFD700"
    data-button-color="#FFD700" 
    data-chat-icon="chatBubble" 
    data-brand-image-url="https://cdn.pixabay.com/photo/2017/01/31/18/59/logo-2027801_960_720.png" 
    data-assistant-icon="https://cdn.pixabay.com/photo/2014/04/03/10/32/robot-310526_960_720.png" 
    data-greeting="Hello! How can I assist you today?" 
    data-text-size="16px" 
    src="https://severian-anything.hf.space/embed/anythingllm-chat-widget.min.js">
  </script>
  <!-- AnythingLLM (https://anythingllm.com) -->

</body>
</html>