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

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://dlcdn.apache.org/tika/2.8.0/tika-server-standard-2.8.0.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 = "http://localhost:58830/"
68
 
69
  resumes_data = []
70
  selected_category = ""