davidberenstein1957 commited on
Commit
340970a
·
1 Parent(s): 5ca5908

Remove agents filter button from UI

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -236,13 +236,13 @@
236
  class="px-3 py-1 border rounded-l-lg"
237
  >
238
  <div class="flex border border-l-0 rounded-r-lg overflow-hidden">
239
- <button
240
  @click="switchSearchType('semantic')"
241
  :class="searchType === 'semantic' ? 'bg-orange-300 text-white' : 'bg-white text-gray-800'"
242
  class="px-3 py-1"
243
  >
244
  Semantic
245
- </button>
246
  <button
247
  @click="switchSearchType('keyword')"
248
  :class="searchType === 'keyword' ? 'bg-orange-300 text-white' : 'bg-white text-gray-800'"
@@ -261,12 +261,12 @@
261
  >
262
  Tools
263
  </button>
264
- <button
265
  :class="buttonClass('filter', 'agent')"
266
  @click="filterType('agent')"
267
  >
268
  Agents
269
- </button>
270
  </div>
271
  <div class="flex gap-2">
272
  <span class="md:px-3 py-1 text-gray-800">sort by</span>
 
236
  class="px-3 py-1 border rounded-l-lg"
237
  >
238
  <div class="flex border border-l-0 rounded-r-lg overflow-hidden">
239
+ <!-- <button
240
  @click="switchSearchType('semantic')"
241
  :class="searchType === 'semantic' ? 'bg-orange-300 text-white' : 'bg-white text-gray-800'"
242
  class="px-3 py-1"
243
  >
244
  Semantic
245
+ </button> -->
246
  <button
247
  @click="switchSearchType('keyword')"
248
  :class="searchType === 'keyword' ? 'bg-orange-300 text-white' : 'bg-white text-gray-800'"
 
261
  >
262
  Tools
263
  </button>
264
+ <!-- <button
265
  :class="buttonClass('filter', 'agent')"
266
  @click="filterType('agent')"
267
  >
268
  Agents
269
+ </button> -->
270
  </div>
271
  <div class="flex gap-2">
272
  <span class="md:px-3 py-1 text-gray-800">sort by</span>