File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2727# Create and display empty chat
2828chat = ui .Chat (id = "chat" )
2929chat .ui ()
30+ chat .enable_bookmarking (chat_client , store = "url" )
3031
3132
3233# Define a callback to run when the user submits a message
Original file line number Diff line number Diff line change 3232 messages = ["Hello! How can I help you today?" ],
3333)
3434chat .ui ()
35+ chat .enable_bookmarking (chat_client , store = "url" )
3536
3637
3738# Define a callback to run when the user submits a message
Original file line number Diff line number Diff line change 3232 messages = ["Hello! How can I help you today?" ],
3333)
3434chat .ui ()
35+ chat .enable_bookmarking (chat_client , store = "url" )
3536
3637
3738# Generate a response when the user submits a message
Original file line number Diff line number Diff line change 2828# Create and display empty chat
2929chat = ui .Chat (id = "chat" )
3030chat .ui ()
31+ chat .enable_bookmarking (chat_client , store = "url" )
3132
3233
3334# Generate a response when the user submits a message
Original file line number Diff line number Diff line change 3333 messages = ["Hello! How can I help you today?" ],
3434)
3535chat .ui ()
36+ chat .enable_bookmarking (chat_client , store = "url" )
3637
3738
3839# Define a callback to run when the user submits a message
Original file line number Diff line number Diff line change 2424 messages = ["Hello! How can I help you today?" ],
2525)
2626chat .ui ()
27+ chat .enable_bookmarking (chat_client , store = "url" )
2728
2829
2930# Generate a response when the user submits a message
Original file line number Diff line number Diff line change 3232 messages = ["Hello! How can I help you today?" ],
3333)
3434chat .ui ()
35+ chat .enable_bookmarking (chat_client , store = "url" )
3536
3637
3738# Generate a response when the user submits a message
You can’t perform that action at this time.
0 commit comments