Arjun Singh commited on
Commit
5aaa9e3
·
1 Parent(s): 5ae2727

Updated descriptions

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -378,10 +378,11 @@ def create_interface():
378
 
379
  # Recruiter View
380
  with gr.Tab("Candidate Assessment"):
381
- gr.Markdown("Clear existing culture documents and resumes from storage:")
382
  clear_btn = gr.Button("Clear All Databases")
383
  clear_status = gr.Textbox(label="Clear Status")
384
  with gr.Row():
 
385
  culture_docs_upload = gr.File(
386
  label="Upload Company Culture Documents",
387
  file_count="multiple"
@@ -390,6 +391,7 @@ def create_interface():
390
  culture_status = gr.Textbox(label="Status")
391
 
392
  with gr.Row():
 
393
  resume_bulk_upload = gr.File(
394
  label="Upload Resumes",
395
  file_count="multiple"
 
378
 
379
  # Recruiter View
380
  with gr.Tab("Candidate Assessment"):
381
+ gr.Markdown("Clear existing culture documents and resumes from storage. Use this every time you are uploading new company documentation or do not want to select from the existing pool of resumes.")
382
  clear_btn = gr.Button("Clear All Databases")
383
  clear_status = gr.Textbox(label="Clear Status")
384
  with gr.Row():
385
+ gr.Markdown("Use this feature to upload company culture documents. These documents will be used to assess the cultural fit of candidates.")
386
  culture_docs_upload = gr.File(
387
  label="Upload Company Culture Documents",
388
  file_count="multiple"
 
391
  culture_status = gr.Textbox(label="Status")
392
 
393
  with gr.Row():
394
+ gr.Markdown("Use this feature to upload resumes in bulk. These resumes will be used to assess the technical skills and culture fit of candidates.")
395
  resume_bulk_upload = gr.File(
396
  label="Upload Resumes",
397
  file_count="multiple"