eaglelandsonce commited on
Commit
b30cc17
1 Parent(s): db3d253

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/data_projectflow.png'
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')