Jeet Paul commited on
Commit
8aebc25
·
1 Parent(s): c0d4f29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://repo1.maven.org/maven2/org/apache/tika/tika-server/1.19/tika-server-1.19.jar"
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 = ""