Spaces:
Runtime error
Runtime error
Hide "API Quota" div for now
Browse files
src/lib/components/InferencePlayground/InferencePlayground.svelte
CHANGED
|
@@ -271,7 +271,7 @@
|
|
| 271 |
<ModelSelector {models} bind:conversation />
|
| 272 |
|
| 273 |
<GenerationConfig bind:conversation />
|
| 274 |
-
<div class="mt-auto">
|
| 275 |
<div class="mb-3 flex items-center justify-between gap-2">
|
| 276 |
<label for="default-range" class="block text-sm font-medium text-gray-900 dark:text-white">API Quota</label>
|
| 277 |
<span
|
|
|
|
| 271 |
<ModelSelector {models} bind:conversation />
|
| 272 |
|
| 273 |
<GenerationConfig bind:conversation />
|
| 274 |
+
<div class="mt-auto hidden">
|
| 275 |
<div class="mb-3 flex items-center justify-between gap-2">
|
| 276 |
<label for="default-range" class="block text-sm font-medium text-gray-900 dark:text-white">API Quota</label>
|
| 277 |
<span
|