Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 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 ---
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
from my_pages import landing, txt_pages, conclusion, bibliography
|
| 3 |
from my_pages import information_loss, rashomon_effect, rashomon_developer, developer_decisions, ica, multiverse
|
| 4 |
|
| 5 |
# --- Configure the app ---
|