eaglelandsonce commited on
Commit
5220a2f
·
verified ·
1 Parent(s): b30cc17

Update app.py

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