georad commited on
Commit
805873f
·
verified ·
1 Parent(s): b16fcde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def page1():
7
 
8
 
9
  pages = [
10
- st.Page(page1, icon=":material/home:", title="Home"),
11
  #st.Page(page2, icon=":material/filter:", title="Filter"),
12
  #st.Page(page3, icon=":material/settings:", title="Settings"),
13
  #st.Page(page4, icon=":material/map:", title="Map"),
 
7
 
8
 
9
  pages = [
10
+ st.Page(page1 = "pages/type_text.py", icon=":material/home:", title="Home"),
11
  #st.Page(page2, icon=":material/filter:", title="Filter"),
12
  #st.Page(page3, icon=":material/settings:", title="Settings"),
13
  #st.Page(page4, icon=":material/map:", title="Map"),