Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ tab1, tab2, tab3, tab4, tab5 = st.tabs(["Project Description", "Video Uploader",
|
|
17 |
with tab1:
|
18 |
st.header("Project Description")
|
19 |
st.write("Here are the elements of our project.")
|
20 |
-
image_path = 'data/
|
21 |
|
22 |
# Display the image
|
23 |
st.image(image_path, caption='Project Flow Diagram')
|
|
|
17 |
with tab1:
|
18 |
st.header("Project Description")
|
19 |
st.write("Here are the elements of our project.")
|
20 |
+
image_path = 'data/interview.png'
|
21 |
|
22 |
# Display the image
|
23 |
st.image(image_path, caption='Project Flow Diagram')
|