Update app.py
Browse files
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("
|
| 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')
|