prakharg24 commited on
Commit
baa279a
·
verified ·
1 Parent(s): 22ae539

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from pages import landing, home, ica
3
 
4
  # --- Configure the app ---
5
  st.set_page_config(page_title="Multiplicity Demo", layout="centered")
 
1
  import streamlit as st
2
+ from my_pages import landing, home, ica
3
 
4
  # --- Configure the app ---
5
  st.set_page_config(page_title="Multiplicity Demo", layout="centered")