CR7CAD commited on
Commit
b58a2f9
·
verified ·
1 Parent(s): d21b321

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -755,4 +755,7 @@ if uploaded_file is not None and job_description and st.button("Analyze Job Fit"
755
  - Look for positions better aligned with your current skills
756
  - If interested in this field, focus on developing the required skills
757
  - Consider similar roles with fewer experience requirements
758
- """)
 
 
 
 
755
  - Look for positions better aligned with your current skills
756
  - If interested in this field, focus on developing the required skills
757
  - Consider similar roles with fewer experience requirements
758
+ """)
759
+
760
+ if __name__ == "__main__":
761
+ pass