Try to set up multipages
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
import streamlit as st
|
||||
|
||||
# setup page setttings
|
||||
st.set_page_config(
|
||||
page_title="Welcome to PythonX",
|
||||
page_icon="👋",
|
||||
)
|
||||
|
||||
st.image("./image/PythonXPicture.png")
|
||||
|
||||
# load pythonx logo
|
||||
st.image("../image/PythonXPicture.png")
|
||||
|
||||
st.markdown("# :question: What is PythonX")
|
||||
|
||||
3
pages/Lesson1.py
Normal file
3
pages/Lesson1.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import streamlit as st
|
||||
|
||||
st.title("Lesson1")
|
||||
3
pages/Lesson2.py
Normal file
3
pages/Lesson2.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import streamlit as st
|
||||
|
||||
st.title("Lesson2")
|
||||
Reference in New Issue
Block a user