mbosse99 commited on
Commit
7dbc5bf
·
1 Parent(s): 3711eff

Without test query param

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -103,8 +103,7 @@ def main():
103
  # Die UUID als String darstellen
104
  uuid_string = str(random_uuid)
105
 
106
- # pdf_name = uuid_string
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()