dappier / app.py
karthigrj's picture
Rename Home.py to app.py
18639fd verified
raw
history blame contribute delete
485 Bytes
import streamlit as st
# Set up the Streamlit page
st.title("AI-Powered Interview Agent")
st.markdown(
"""
AI-Powered Interview Agent is an assignment project performed for Dappier!
### **👈 Select the insights menu from the sidebar**
### Insights
- to upload the Resume & JD to get AI generated insights!
### Take Interview
- then click "Take Interview" Menu to answer the Level 1 interview questions asked by our Agent !
"""
)