Spaces:
Runtime error
Runtime error
camphong24032002
commited on
Commit
·
6353d64
1
Parent(s):
7b75b35
Fix typo
Browse files- static/js/script.js +1 -1
static/js/script.js
CHANGED
@@ -76,6 +76,6 @@
|
|
76 |
return Response({"msg": msg});
|
77 |
}
|
78 |
});
|
79 |
-
sendMessage('Hi there, I am your assistant. Describe your favorite items and I will recommend you some products that
|
80 |
});
|
81 |
}.call(this));
|
|
|
76 |
return Response({"msg": msg});
|
77 |
}
|
78 |
});
|
79 |
+
sendMessage('Hi there, I am your assistant. Describe your favorite items and I will recommend you some products that match your needs', 'left');
|
80 |
});
|
81 |
}.call(this));
|