mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 10:46:27 +00:00
fixed ui
This commit is contained in:
parent
261d2639ff
commit
f98007c8f7
File diff suppressed because one or more lines are too long
2
web/dist/index.html
vendored
2
web/dist/index.html
vendored
@ -6,7 +6,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-88872052.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-d3040508.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-0145fd98.css">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -12,7 +12,7 @@
|
||||
</button>
|
||||
<div class="relative w-full max-h-full ">
|
||||
<form class="mb-4">
|
||||
<div class="container relative bg-white rounded-lg shadow dark:bg-gray-700" style="height:500px; overflow-y: auto;">
|
||||
<div class="container relative items-center gap-2 rounded-lg border bg-white p-1.5 shadow-sm hover:shadow-none dark:border-gray-800 dark:bg-gray-900" style="height:500px; overflow-y: auto;">
|
||||
<table class="w-full">
|
||||
<tr>
|
||||
<td><label for="personalityConditioning">Personality Conditioning:</label></td><td><textarea id="personalityConditioning" class="w-full" v-model="config.personality_conditioning"></textarea></td>
|
||||
@ -76,7 +76,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</form>
|
||||
<div class="flex flex-row mt-4">
|
||||
<div class="flex flex-row mt-4 text-center">
|
||||
<button type="submit" @click.prevent="submitForm" class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
|
||||
Commit AI to Server
|
||||
</button>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 27c0639df426ceec74b140876aa1e3f4700bd9b9
|
||||
Subproject commit 542ee5becb01616c312404343c64ca5797104591
|
Loading…
Reference in New Issue
Block a user