diff --git a/frontend/chat-ui/src/components/InputBox.jsx b/frontend/chat-ui/src/components/InputBox.jsx index 91af3f2..ee7fbce 100644 --- a/frontend/chat-ui/src/components/InputBox.jsx +++ b/frontend/chat-ui/src/components/InputBox.jsx @@ -74,15 +74,27 @@ export default function InputBox() { className="hidden" onChange={(e) => handleFile(e.target.files[0])} /> - {file && ( {file.name} )} - +