Skip to content

Commit

Permalink
chore: Reset chatbot original state
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Jun 9, 2024
1 parent d53f6e1 commit efea516
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,10 @@ function App() {
<ChatBot
flow={flow}
options={{
theme: {flowStartTrigger: "ON_PAGE_INTERACT", embedded: true},
audio: {disabled: false},
chatInput: {botDelay: 1000},
userBubble: {showAvatar: true},
botBubble: {showAvatar: true, simStream: true},
botBubble: {showAvatar: true},
voice: {disabled: false}
}}
></ChatBot>
Expand Down

0 comments on commit efea516

Please sign in to comment.