| 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.<br><br> | |
| 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.<br><br> | |
| Use the navigation buttons at the top of each page to move through the demo.<br> | |
| To begin, click 'Next'. | |
| """ | |
| ) |