verifiability / my_pages /landing.py
prakharg24's picture
Update my_pages/landing.py
1e2444e verified
raw
history blame contribute delete
577 Bytes
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'.
"""
)