Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -43,12 +43,12 @@
|
|
| 43 |
|
| 44 |
<script>
|
| 45 |
// Ganti ini dengan versi baru setiap kali Anda update link SERVERS (misalnya "v2", "v3", dll.)
|
| 46 |
-
const VERSION = "
|
| 47 |
|
| 48 |
// Array server dengan link baru Anda (ganti sesuai kebutuhan)
|
| 49 |
const SERVERS = [
|
| 50 |
-
"https://
|
| 51 |
-
|
| 52 |
];
|
| 53 |
|
| 54 |
// Fungsi untuk mengecek kecepatan respons server (sama seperti sebelumnya, tapi tambah timeout)
|
|
|
|
| 43 |
|
| 44 |
<script>
|
| 45 |
// Ganti ini dengan versi baru setiap kali Anda update link SERVERS (misalnya "v2", "v3", dll.)
|
| 46 |
+
const VERSION = "v3"; // Ubah ini ke nilai baru untuk memaksa update (contoh: "v2" saat link berubah)
|
| 47 |
|
| 48 |
// Array server dengan link baru Anda (ganti sesuai kebutuhan)
|
| 49 |
const SERVERS = [
|
| 50 |
+
"https://geminisearch-fu8l82trhp7dadkyncasdm.streamlit.app/?embed=true", // Ganti dengan link baru
|
| 51 |
+
|
| 52 |
];
|
| 53 |
|
| 54 |
// Fungsi untuk mengecek kecepatan respons server (sama seperti sebelumnya, tapi tambah timeout)
|