import streamlit as st from utils import add_navigation, add_instruction_text def render(): add_navigation(None, "txt_information_loss") add_instruction_text( """ Welcome to the Multiplicity Interactive Demo.

In this demo, you will explore how AI model developer choices can create a multiverse, and how these choices connect to concerns of arbitrariness and homogenization in AI.

Use the navigation buttons at the top of each page to move through the demo.
To begin, click 'Next'. """ )