d126d15 46daf9f d126d15
1
2
3
4
5
6
7
8
from dotenv import load_dotenv import streamlit as st load_dotenv() st.title("Resume Parser via LLM")