coopercodes / ReactChatGPTChatbot

The project from the video Build A Chatbot With The ChatGPT API In React (gpt-3.5-turbo Tutorial)
104 stars 92 forks source link

build shows a blank page #8

Open chris6676776 opened 1 year ago

chris6676776 commented 1 year ago

when I run the build command and open the index.html file I get a blank page. how to solve it?

peanutsee commented 1 year ago

Need more information.

oumoussa-salma commented 9 months ago

just faced the same issue, it has something to do with the import section

import this instead:

import "@chatscope/chat-ui-kit-styles/dist/default/styles.min.css"; import { MainContainer, ChatContainer, MessageList, Message, MessageInput, SendButton, TypingIndicator

} from "@chatscope/chat-ui-kit-react";