Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ 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')
|
24 |
# Add more components as needed
|
|
|
18 |
st.header("Project Description")
|
19 |
st.write("Here are the elements of our project.")
|
20 |
image_path = 'data/interview.png'
|
|
|
21 |
# Display the image
|
22 |
st.image(image_path, caption='Project Flow Diagram')
|
23 |
# Add more components as needed
|