Spaces:
Runtime error
Runtime error
string fix
Browse files
app.py
CHANGED
@@ -365,7 +365,7 @@ with gr.Blocks(css=css) as app:
|
|
365 |
f"<div style='display: flex; justify-content: space-between;align-items: center;margin-bottom: 1rem' ><h1>CV Evaluation</h1><img width='150' src='https://www.workgenius.com/wp-content/uploads/2023/03/WorkGenius_navy-1.svg' alt='WorkGeniusLogo' /></div>"
|
366 |
)
|
367 |
job_title_label = gr.Label("An error occurred and the job description could not be loaded. Please contact the recruiter.", show_label=False)
|
368 |
-
welcome_label = gr.Label("Welcome to the interview chatbot from WorkGenius. After you click the
|
369 |
app.load(load_job_data,[job,resume, job_params], [job,resume, job_params, job_title_label], _js=get_window_url_params)
|
370 |
chat = gr.Chatbot(
|
371 |
[[None, None]], height=600, elem_id="chatbot"
|
|
|
365 |
f"<div style='display: flex; justify-content: space-between;align-items: center;margin-bottom: 1rem' ><h1>CV Evaluation</h1><img width='150' src='https://www.workgenius.com/wp-content/uploads/2023/03/WorkGenius_navy-1.svg' alt='WorkGeniusLogo' /></div>"
|
366 |
)
|
367 |
job_title_label = gr.Label("An error occurred and the job description could not be loaded. Please contact the recruiter.", show_label=False)
|
368 |
+
welcome_label = gr.Label("Welcome to the interview chatbot from WorkGenius. After you click the 'Start Interview' button, you will be asked a few questions to discuss whether you are a good fit for the position. This process will take approximately 10-15 minutes. Please answer the questions honestly and thoroughly. Good luck!", show_label=False, elem_id="welcome_label")
|
369 |
app.load(load_job_data,[job,resume, job_params], [job,resume, job_params, job_title_label], _js=get_window_url_params)
|
370 |
chat = gr.Chatbot(
|
371 |
[[None, None]], height=600, elem_id="chatbot"
|