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 -1Ignore whitespace
public/index.html+1 -1
@@ -1823,7 +1823,7 @@
1823 <div class="fa-solid fa-clock-rotate-left"></div>1823 <div class="fa-solid fa-clock-rotate-left"></div>
1824 </div>1824 </div>
1825 </div>1825 </div>
1826 <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>1826 <textarea id="claude_human_sysprompt_textarea" class="text_pole textarea_compact" rows="4" 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>
1827 </div>1827 </div>
1828 </div>1828 </div>
1829 </div>1829 </div>