Spaces:
Running
Running
url to production
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def upload_blob(pdf_name, json_data, pdf_data):
|
|
20 |
pdf_blob_client = container_client.get_blob_client(pdf_blob_name)
|
21 |
pdf_blob_client.upload_blob(pdf_data, overwrite=True)
|
22 |
|
23 |
-
link = "
|
24 |
|
25 |
st.write('Data and PDF have been successfully uploaded. The link to the chatbot for the potential candidates is the following: '+link)
|
26 |
|
|
|
20 |
pdf_blob_client = container_client.get_blob_client(pdf_blob_name)
|
21 |
pdf_blob_client.upload_blob(pdf_data, overwrite=True)
|
22 |
|
23 |
+
link = "https://tensora.ai/workgenius/cv-evaluation2/?job="+pdf_name
|
24 |
|
25 |
st.write('Data and PDF have been successfully uploaded. The link to the chatbot for the potential candidates is the following: '+link)
|
26 |
|