File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed
shiny/templates/chat/starters/hello Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 77)
88
99# Create a welcome message
10- welcome = ui .markdown (
11- """
12- Hi! This is a simple Shiny `Chat` UI. Enter a message below and I will
13- simply repeat it back to you. For more examples, see this
14- [folder of examples](https://github.com/posit-dev/py-shiny/tree/main/shiny/templates/chat).
15- """
16- )
10+ welcome = """
11+ Hi! This is a simple Shiny `Chat` UI. Enter a message below and I will
12+ simply repeat it back to you. For more examples, see this
13+ [folder of examples](https://github.com/posit-dev/py-shiny/tree/main/shiny/templates/chat).
14+ """
1715
1816
1917def server (input , output , session ):
Original file line number Diff line number Diff line change 88)
99
1010# Create a welcome message
11- welcome = ui .markdown (
12- """
13- Hi! This is a simple Shiny `Chat` UI. Enter a message below and I will
14- simply repeat it back to you. For more examples, see this
15- [folder of examples](https://github.com/posit-dev/py-shiny/tree/main/shiny/templates/chat).
16- """
17- )
11+ welcome = """
12+ Hi! This is a simple Shiny `Chat` UI. Enter a message below and I will
13+ simply repeat it back to you. For more examples, see this
14+ [folder of examples](https://github.com/posit-dev/py-shiny/tree/main/shiny/templates/chat).
15+ """
1816
1917# Create a chat instance
2018chat = ui .Chat (
You can’t perform that action at this time.
0 commit comments