Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -87,10 +87,10 @@ def respond(message, history):
|
|
87 |
kofi_script = """
|
88 |
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
89 |
<script>
|
90 |
-
kofiWidgetOverlay.draw('
|
91 |
'type': 'floating-chat',
|
92 |
'floating-chat.donateButton.text': 'Support me',
|
93 |
-
'floating-chat.donateButton.background-color': '#
|
94 |
'floating-chat.donateButton.text-color': '#fff'
|
95 |
});
|
96 |
</script>
|
|
|
87 |
kofi_script = """
|
88 |
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
89 |
<script>
|
90 |
+
kofiWidgetOverlay.draw('xortron', {
|
91 |
'type': 'floating-chat',
|
92 |
'floating-chat.donateButton.text': 'Support me',
|
93 |
+
'floating-chat.donateButton.background-color': '#794bc4',
|
94 |
'floating-chat.donateButton.text-color': '#fff'
|
95 |
});
|
96 |
</script>
|