Posts by Ian Hernández • 41 points
2 posts
-
0
votes1
answer227
viewsA: Align Navbar Bootstrap-React
Use Flex Display on your Nav, then use justify-content: flex-end to align the content at the end of your element. I made a codepen using div and list to show you, but the concept is the same.…
-
1
votes1
answer786
viewsA: How to add external training in chatterbot
The answer took a long time to come and you probably already got it, but just for the record: from chatterbot.trainers import ChatterBotCorpusTrainer bot = ChatBot('bot') trainer =…