rohitashva commited on
Commit
028d857
·
verified ·
1 Parent(s): 9d0f633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
 
2
- import subprocess
3
- subprocess.run(["pip", "install", "https://huggingface.co/Priyanka-Balivada/en_Resume_Matching_Keywords/resolve/main/en_Resume_Matching_Keywords-any-py3-none-any.whl"])
4
  import en_Resume_Matching_Keywords # Now import your package
5
  # Import necessary libraries
6
  import streamlit as st
 
1
 
2
+ # import subprocess
3
+ # subprocess.run(["pip", "install", "https://huggingface.co/Priyanka-Balivada/en_Resume_Matching_Keywords/resolve/main/en_Resume_Matching_Keywords-any-py3-none-any.whl"])
4
  import en_Resume_Matching_Keywords # Now import your package
5
  # Import necessary libraries
6
  import streamlit as st