How to Display Larger Text Blocks in VIKTOR?

Hi everyone,

I’m currently experimenting with integrating a LLM into my VIKTOR app to text descriptions of the 3D models I generate. However, I’m running into some issues with displaying these larger blocks of text within the VIKTOR interface.

I’ve tried using both DataResult and TableResult to present the generated text, but unfortunately, both only seem to display a single line of text.

Any suggestions on how to properly format or display extended text would be greatly appreciated!

Thanks in advance for your help!

Cheers, Max

Hello Maximilian,

You can use a WebView to display text in a View. You can even format the text with some basic HTML.

Hope this suggestion help.

greetings,

Maarten

That worked great, thank you very much!