Spaces:
Sleeping
Sleeping
Update src/lib/components/workspace/Prompts.svelte
Browse files
src/lib/components/workspace/Prompts.svelte
CHANGED
@@ -291,24 +291,7 @@
|
|
291 |
</div>
|
292 |
</button>
|
293 |
|
294 |
-
|
295 |
-
on:click={() => {
|
296 |
-
loadDefaultPrompts();
|
297 |
-
}}
|
298 |
-
>
|
299 |
-
dd
|
300 |
-
</button> -->
|
301 |
-
</div>
|
302 |
-
</div>
|
303 |
-
|
304 |
-
<div class=" my-16">
|
305 |
-
<div class=" text-lg font-semibold mb-3">{$i18n.t('Made by OpenWebUI Community')}</div>
|
306 |
-
|
307 |
-
<a
|
308 |
-
class=" flex space-x-4 cursor-pointer w-full mb-3 px-3 py-2"
|
309 |
-
href="https://openwebui.com/?type=prompts"
|
310 |
-
target="_blank"
|
311 |
-
>
|
312 |
<div class=" self-center w-10">
|
313 |
<div
|
314 |
class="w-full h-10 flex justify-center rounded-full bg-transparent dark:bg-gray-700 border border-dashed border-gray-200"
|
|
|
291 |
</div>
|
292 |
</button>
|
293 |
|
294 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
295 |
<div class=" self-center w-10">
|
296 |
<div
|
297 |
class="w-full h-10 flex justify-center rounded-full bg-transparent dark:bg-gray-700 border border-dashed border-gray-200"
|