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