Spaces:
Sleeping
Sleeping
Update templates/u_dash.html
Browse files- templates/u_dash.html +1 -1
templates/u_dash.html
CHANGED
|
@@ -1409,7 +1409,7 @@
|
|
| 1409 |
<script src="https://cdn.socket.io/4.7.2/socket.io.min.js"></script>
|
| 1410 |
<script>
|
| 1411 |
// DOM Elements for main app
|
| 1412 |
-
const socket = io('https://voxai-api3.onrender.com');
|
| 1413 |
const textInput = document.getElementById('textInput');
|
| 1414 |
const audioInput = document.getElementById('audioInput');
|
| 1415 |
const videoInput = document.getElementById('videoInput');
|
|
|
|
| 1409 |
<script src="https://cdn.socket.io/4.7.2/socket.io.min.js"></script>
|
| 1410 |
<script>
|
| 1411 |
// DOM Elements for main app
|
| 1412 |
+
const socket = io('https://voxai-api3-l532.onrender.com');
|
| 1413 |
const textInput = document.getElementById('textInput');
|
| 1414 |
const audioInput = document.getElementById('audioInput');
|
| 1415 |
const videoInput = document.getElementById('videoInput');
|