Spaces:
Sleeping
Sleeping
Jeet Paul
commited on
Commit
·
8aebc25
1
Parent(s):
c0d4f29
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def main():
|
|
64 |
st.title("Resume Ranking App")
|
65 |
st.text("Upload resumes and select a category to rank them.")
|
66 |
|
67 |
-
tika_server_url = "https://
|
68 |
|
69 |
resumes_data = []
|
70 |
selected_category = ""
|
|
|
64 |
st.title("Resume Ranking App")
|
65 |
st.text("Upload resumes and select a category to rank them.")
|
66 |
|
67 |
+
tika_server_url = "https://dlcdn.apache.org/tika/2.8.0/tika-server-standard-2.8.0.jar"
|
68 |
|
69 |
resumes_data = []
|
70 |
selected_category = ""
|