mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 14:17:09 -04:00
Add a tooltip to the file upload button
This commit is contained in:
parent
1d88456659
commit
4a2727b71d
1 changed files with 7 additions and 0 deletions
|
@ -872,3 +872,10 @@ function navigateLastAssistantMessage(direction) {
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//------------------------------------------------
|
||||||
|
// Tooltips
|
||||||
|
//------------------------------------------------
|
||||||
|
|
||||||
|
// File upload button
|
||||||
|
document.querySelector("#chat-input .upload-button").title = "Upload text files, PDFs, and DOCX documents";
|
||||||
|
|
Loading…
Add table
Reference in a new issue