Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -14,7 +14,7 @@ st.sidebar.image(image, use_container_width=True)
|
|
14 |
st.sidebar.title("Navigation")
|
15 |
page = st.sidebar.radio("Go to", ["Overview", "Tutorial", "Solver"])
|
16 |
if page == "Overview":
|
17 |
-
st.image('okay-i-will-it.jpg', width = 600)
|
18 |
st.title("\U0001F4D8 Numerical Methods Solver")
|
19 |
st.markdown("""
|
20 |
#### π Welcome!
|
|
|
14 |
st.sidebar.title("Navigation")
|
15 |
page = st.sidebar.radio("Go to", ["Overview", "Tutorial", "Solver"])
|
16 |
if page == "Overview":
|
17 |
+
st.image('src/okay-i-will-it.jpg', width = 600)
|
18 |
st.title("\U0001F4D8 Numerical Methods Solver")
|
19 |
st.markdown("""
|
20 |
#### π Welcome!
|