Spaces:
Sleeping
Sleeping
Without test query param
Browse files
app.py
CHANGED
@@ -103,8 +103,7 @@ def main():
|
|
103 |
# Die UUID als String darstellen
|
104 |
uuid_string = str(random_uuid)
|
105 |
|
106 |
-
|
107 |
-
pdf_name = "TestMon"
|
108 |
|
109 |
pdf_data_jobdescription = uploaded_file_jobdescription.read()
|
110 |
pdf_data_cv = uploaded_file_cv.read()
|
|
|
103 |
# Die UUID als String darstellen
|
104 |
uuid_string = str(random_uuid)
|
105 |
|
106 |
+
pdf_name = uuid_string
|
|
|
107 |
|
108 |
pdf_data_jobdescription = uploaded_file_jobdescription.read()
|
109 |
pdf_data_cv = uploaded_file_cv.read()
|