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

updated descriptions

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -381,17 +381,16 @@ def create_interface():
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"
389
  )
390
  store_culture_btn = gr.Button("Store Culture Docs")
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"
 
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
+ gr.Markdown("Use this feature to upload company culture documents. These documents will be used to assess the cultural fit of candidates.")
385
  with gr.Row():
 
386
  culture_docs_upload = gr.File(
387
  label="Upload Company Culture Documents",
388
  file_count="multiple"
389
  )
390
  store_culture_btn = gr.Button("Store Culture Docs")
391
  culture_status = gr.Textbox(label="Status")
392
+ 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.")
393
  with gr.Row():
 
394
  resume_bulk_upload = gr.File(
395
  label="Upload Resumes",
396
  file_count="multiple"