syedabdullah32 commited on
Commit
1d63dc1
·
1 Parent(s): 635d681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -36,10 +36,11 @@ def display_extracted_info(names, phone_numbers, emails):
36
  st.info("No emails found.")
37
 
38
  def main():
39
- st.title("🔍 Resume Information Extractor")
40
  apply_custom_styles()
41
 
42
- st.write("Enter resume text below to extract information.")
 
43
 
44
  input_text = st.text_area("Paste your resume text here:", height=200)
45
 
 
36
  st.info("No emails found.")
37
 
38
  def main():
39
+ st.title("🔍 Pakistani Resume Information Extractor")
40
  apply_custom_styles()
41
 
42
+ st.write("Enter resume text below to extract information
43
+ Name: Phone:+92 Email:.")
44
 
45
  input_text = st.text_area("Paste your resume text here:", height=200)
46