sirbrentmichaelskoda commited on
Commit
0e0b7f0
·
verified ·
1 Parent(s): bb75249

update all code and exhaustively leverage all live api keys - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. 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>Meta Data (5M)</span>
101
- <span>8/5,000,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: 0.16%"></div>
105
  </div>
106
  </div>
107
  <div>
108
  <div class="flex justify-between text-xs">
109
- <span>Documents (1.2M)</span>
110
- <span>0/1,200,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: 0%"></div>
 
 
 
 
 
 
 
 
 
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>