Spaces:
Running
Running
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -227,7 +227,7 @@
|
|
| 227 |
} catch (error) {
|
| 228 |
console.error('Error sending chat history:', error);
|
| 229 |
} finally {
|
| 230 |
-
window.open('https://redfernstech.com/
|
| 231 |
}
|
| 232 |
}
|
| 233 |
</script>
|
|
|
|
| 227 |
} catch (error) {
|
| 228 |
console.error('Error sending chat history:', error);
|
| 229 |
} finally {
|
| 230 |
+
window.open('https://redfernstech.com/chat-bot-test', '_blank');
|
| 231 |
}
|
| 232 |
}
|
| 233 |
</script>
|