Skip to content

Commit 4aaeaf4

Browse files
author
Dipam Sen
committed
fix filename
1 parent c7108a9 commit 4aaeaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

080_Voice_Chatbot_with_p5.Speech/P5/sketch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function setup() {
1717
let bot = new RiveScript();
1818

1919
// changed callbacks to .then and .catch
20-
bot.loadFile("brain.txt").then(brainReady).catch(brainError);
20+
bot.loadFile("brain.rive").then(brainReady).catch(brainError);
2121

2222
function brainReady() {
2323
console.log("Chatbot ready!");

0 commit comments

Comments
 (0)