Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -7,7 +7,7 @@ import math
|
|
7 |
st.set_page_config(page_title="Numerical Methods Solver", layout="centered")
|
8 |
|
9 |
# Sidebar navigation
|
10 |
-
image = Image.open("ii.jpg")
|
11 |
st.sidebar.image(image, use_container_width=True)
|
12 |
|
13 |
# Sidebar navigation
|
|
|
7 |
st.set_page_config(page_title="Numerical Methods Solver", layout="centered")
|
8 |
|
9 |
# Sidebar navigation
|
10 |
+
image = Image.open("src/ii.jpg")
|
11 |
st.sidebar.image(image, use_container_width=True)
|
12 |
|
13 |
# Sidebar navigation
|