Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|