This commit is contained in:
Saifeddine ALOUI 2025-01-23 00:38:44 +01:00
parent 4bb5d0a535
commit 9585355feb
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
web/dist/index.html vendored
View File

@ -6,8 +6,8 @@
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI</title>
<script type="module" crossorigin src="/assets/index-DAcF_b4U.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CYzgfFpJ.css">
<script type="module" crossorigin src="/assets/index-9l1BDz4P.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DnyQ-c-6.css">
</head>
<body>
<div id="app"></div>

View File

@ -185,7 +185,7 @@
@paste="handlePaste"
@keydown.enter.exact="submitOnEnter($event)"
class="w-full p-2 text-sm text-gray-900 dark:text-white bg-gray-100 dark:bg-gray-700 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-transparent resize-none"
placeholder="Send message..."
placeholder="Write your message to the AI here..."
></textarea>
</form>
</div>