Not getting clickable links

I’m building a chatbot using the anvil, but not able to find a way to have clickable links in my chatbot output. The chatbot output is the one string that also contains HTTP links. When printing the same string into my Jupiter notebook, the output has clickable links, but the anvil shows simple text.
I’m attaching a screenshot of the chatbot from the anvil, please have a look at it.

What is the green text, is it a Label?

Have you tried using a RichText?

chatbot consist repeating panel with label text.
And here is the screenshot from my Jupiter notebook output with clickable links.
Both has same string to print but anvil is not able to identify urls and not converting them into clickable links.

image.png

Try adding a RichText instead of a Label into the repeating panel, and set it to HTML.

1 Like