diff --git a/app/components/Chatbot/index.tsx b/app/components/Chatbot/index.tsx index fdf9e522..b3e61a96 100644 --- a/app/components/Chatbot/index.tsx +++ b/app/components/Chatbot/index.tsx @@ -71,7 +71,7 @@ const QuestionInput = ({initial, onChange, onAsk}: QuestionInputProps) => { } return ( -
+
{results.length > 0 ? (