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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ tab1, tab2, tab3, tab4, tab5 = st.tabs(["Project Description", "Video Uploader",
16
 
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
  # Display the image
22
  st.image(image_path, caption='Project Flow Diagram')
 
16
 
17
  with tab1:
18
  st.header("Project Description")
19
+ st.write("The automatic video interview analyzer project leverages AI to streamline recruitment by objectively assessing video interviews. This tool evaluates responses and non-verbal cues, ensuring a fair and efficient process. It enhances candidate experience with immediate feedback and integrates smoothly with HR systems, optimizing hiring practices.")
20
  image_path = 'data/interview.png'
21
  # Display the image
22
  st.image(image_path, caption='Project Flow Diagram')