syedabdullah32 commited on
Commit
5eb499e
·
1 Parent(s): 1d63dc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -39,8 +39,7 @@ 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
 
 
39
  st.title("🔍 Pakistani Resume Information Extractor")
40
  apply_custom_styles()
41
 
42
+ st.write("Enter resume text below to extract Pakistani phone numbers +92 and emails and Name.")
 
43
 
44
  input_text = st.text_area("Paste your resume text here:", height=200)
45