kolumbuslindh commited on
Commit
12b8641
·
unverified ·
1 Parent(s): 3be36b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -214,7 +214,7 @@ def create_interface():
214
  ])
215
 
216
  # Add final status message
217
- updates.append("Jobs found! Rate them as relevant or not relevant.")
218
 
219
  return updates
220
 
@@ -265,4 +265,4 @@ def create_interface():
265
 
266
  if __name__ == "__main__":
267
  interface = create_interface()
268
- interface.launch(debug=True)
 
214
  ])
215
 
216
  # Add final status message
217
+ updates.append("Jobs found! If you decide to help us by rating them as relevant or not relevant, your CV will be uploaded to our servers and used for improving the service. ")
218
 
219
  return updates
220
 
 
265
 
266
  if __name__ == "__main__":
267
  interface = create_interface()
268
+ interface.launch(debug=True)