Skip to content

Commit

Permalink
Merge pull request #311 from J-B-Mugundh/feature-1
Browse files Browse the repository at this point in the history
Improve Message Popup for Chatbot
  • Loading branch information
manikumarreddyu authored Oct 11, 2024
2 parents d1d48ac + 1831ad2 commit e78a87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/ChatBot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function ChatBot() {
</button>
<h2 className="text-xl font-bold text-white mb-3 text-center">Your AI Agent is on the way...</h2>
<img src={loadingGif} alt="Loading..." className="mx-auto w-16 h-16 mb-3" />
<p className="text-white text-center">The model may take some <strong>1 - 2 minutes</strong> to load. Please be patient!</p>
<p className="text-white text-center">The model may take some <strong>1 - 2 minutes</strong> to load. Please be patient!!!</p>
</div>
</div>
)}
Expand Down

0 comments on commit e78a87c

Please sign in to comment.