Spaces:
Running
Running
update all code and exhaustively leverage all live api keys - Follow Up Deployment
Browse files- index.html +15 -6
index.html
CHANGED
@@ -97,20 +97,29 @@
|
|
97 |
<div class="mt-2 space-y-2">
|
98 |
<div>
|
99 |
<div class="flex justify-between text-xs">
|
100 |
-
<span>
|
101 |
-
<span>
|
102 |
</div>
|
103 |
<div class="w-full bg-gray-200 rounded-full h-1.5 mt-1">
|
104 |
-
<div class="bg-blue-600 h-1.5 rounded-full" style="width:
|
105 |
</div>
|
106 |
</div>
|
107 |
<div>
|
108 |
<div class="flex justify-between text-xs">
|
109 |
-
<span>Documents (
|
110 |
-
<span>
|
111 |
</div>
|
112 |
<div class="w-full bg-gray-200 rounded-full h-1.5 mt-1">
|
113 |
-
<div class="bg-blue-600 h-1.5 rounded-full" style="width:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
</div>
|
115 |
</div>
|
116 |
</div>
|
|
|
97 |
<div class="mt-2 space-y-2">
|
98 |
<div>
|
99 |
<div class="flex justify-between text-xs">
|
100 |
+
<span>USPTO Requests (10K/min)</span>
|
101 |
+
<span>4,287/10,000</span>
|
102 |
</div>
|
103 |
<div class="w-full bg-gray-200 rounded-full h-1.5 mt-1">
|
104 |
+
<div class="bg-blue-600 h-1.5 rounded-full" style="width: 42.87%"></div>
|
105 |
</div>
|
106 |
</div>
|
107 |
<div>
|
108 |
<div class="flex justify-between text-xs">
|
109 |
+
<span>EPO Documents (50K/hr)</span>
|
110 |
+
<span>32,145/50,000</span>
|
111 |
</div>
|
112 |
<div class="w-full bg-gray-200 rounded-full h-1.5 mt-1">
|
113 |
+
<div class="bg-blue-600 h-1.5 rounded-full" style="width: 64.29%"></div>
|
114 |
+
</div>
|
115 |
+
</div>
|
116 |
+
<div>
|
117 |
+
<div class="flex justify-between text-xs">
|
118 |
+
<span>Chainalysis Queries (1K/sec)</span>
|
119 |
+
<span>842/1,000</span>
|
120 |
+
</div>
|
121 |
+
<div class="w-full bg-gray-200 rounded-full h-1.5 mt-1">
|
122 |
+
<div class="bg-blue-600 h-1.5 rounded-full" style="width: 84.2%"></div>
|
123 |
</div>
|
124 |
</div>
|
125 |
</div>
|