DmitrMakeev
commited on
Commit
•
caae1da
1
Parent(s):
d55fbcb
Update data_gc_tab.html
Browse files- data_gc_tab.html +1 -1
data_gc_tab.html
CHANGED
@@ -70,7 +70,7 @@
|
|
70 |
<div id="tabulator-table"></div>
|
71 |
<script>
|
72 |
document.addEventListener('DOMContentLoaded', function () {
|
73 |
-
fetch('/data_gc_tab_out?api_sys
|
74 |
.then(response => response.json())
|
75 |
.then(data => {
|
76 |
new Tabulator("#tabulator-table", {
|
|
|
70 |
<div id="tabulator-table"></div>
|
71 |
<script>
|
72 |
document.addEventListener('DOMContentLoaded', function () {
|
73 |
+
fetch('https://dmtuit-gc-api-ras.hf.space/data_gc_tab_out?api_sys=fasSd3')
|
74 |
.then(response => response.json())
|
75 |
.then(data => {
|
76 |
new Tabulator("#tabulator-table", {
|