customize input type = file in css bootstrap, remove No file chosen text fro it code example
Example: input type file placeholder
/* Just Add below class to css file and You're done Don't foreget to Upvote If It helps. */
::placeholder {
color:rgb(133,130,130);
opacity: 1;
}