File size: 781 Bytes
057d3c8
 
 
 
 
 
 
de60ace
057d3c8
799cabe
057d3c8
fa99d8f
 
057d3c8
 
 
 
 
 
 
 
 
 
 
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
chat_html = """
<!DOCTYPE html>
<html lang="en">
  <head>
    <title></title>
  </head>
  <body>
    <!--widget-websocket="ws://localhost:8000/chat/agent"-->
    <webchat-widget
      widget-websocket="wss://sabazo-innosageagentone.hf.space/chat/agent"
      widget-color="#47A7F6"
      widget-chat-avatar="https://icon-library.com/images/bot-icon/bot-icon-1.jpg"
      widget-user-avatar="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQWR4hHJTiikyzCv6nc5OAkHPIHMD-ESsP-LFEaY2vVIjV6wqCt&s"
      widget-header="Bot"
      widget-subheader="Online"
      widget-placeholder="Send a message"
      widget-position="true"
      widget-on="false"
    >
    </webchat-widget>
    <script src="https://webchat-widget.pages.dev/static/js/main.js"></script>
  </body>
</html>
"""