Skip to content

Commit eadc7e3

Browse files
authored
Update App_Spec.py
1 parent 00f86d5 commit eadc7e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fun_SPEC_NEC/App_Spec.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# --- Page Setup ---
44

55
about_Me = st.Page(
6-
page = 'views/about_me.py',
6+
page = 'about_me.py',
77
title = "About Me",
88
# icon = ":material/account_circle"
99
)
1010

1111
project_1_page = st.Page(
12-
page = 'views/SpecNec_executable_streamlit.py',
12+
page = 'SpecNec_executable_streamlit.py',
1313
title = "Spec NEC",
1414
# icon = ":material/smart_toy",
1515
default= True,
@@ -24,4 +24,4 @@
2424
}
2525
)
2626

27-
pg.run()
27+
pg.run()

0 commit comments

Comments
 (0)