Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from my_pages import landing, txt_pages, conclusion
|
| 3 |
-
from my_pages import information_loss, rashomon_effect, developer_decisions, ica, multiverse
|
| 4 |
|
| 5 |
# --- Configure the app ---
|
| 6 |
# st.set_page_config(page_title="Multiplicity Interactive Demo", layout="centered")
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from my_pages import landing, txt_pages, conclusion
|
| 3 |
+
from my_pages import information_loss, rashomon_effect, rashomon_developer, developer_decisions, ica, multiverse
|
| 4 |
|
| 5 |
# --- Configure the app ---
|
| 6 |
# st.set_page_config(page_title="Multiplicity Interactive Demo", layout="centered")
|