Update index.html - Fixed claude system prompt character limit Removed the maxlength property for the textarea.

45250618148c70d24d26f9dbf7b40aa0e2c44134

Imesha Maldeniya <imesha10@hotmail.com>

Signed
1 files changed, +1 -1Showing whitespace changes
public/index.html+1 -1
@@ -1823,7 +1823,7 @@
18231823 <div class="fa-solid fa-clock-rotate-left"></div>
18241824 </div>
18251825 </div>
18261826 <textarea id="claude_human_sysprompt_textarea" class="text_pole textarea_compact" rows="4" maxlength="10000" data-i18n="[placeholder]Human message" placeholder="Human message, instruction, etc.&#10;Adds nothing when empty, i.e. requires a new prompt with the role 'user'."></textarea>
18271827 </div>
18281828 </div>
18291829 </div>