Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def get_openai_response(prompt):
55
 
56
 
57
  def main():
58
- st.set_page_config(page_title="Personal ATS")
59
  st.header("ATS Keyword Matching")
60
  input_text_title = st.text_area("Job Title: ", key="inpu_title")
61
  input_text_jd = st.text_area("Job Description: ", key="input_jd")
 
55
 
56
 
57
  def main():
58
+ st.set_page_config(page_title="CV PARSER")
59
  st.header("ATS Keyword Matching")
60
  input_text_title = st.text_area("Job Title: ", key="inpu_title")
61
  input_text_jd = st.text_area("Job Description: ", key="input_jd")