Spaces:
Sleeping
Sleeping
Jeet Paul
commited on
Commit
·
00e257b
1
Parent(s):
8aebc25
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 = "
|
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 = ""
|