Letsch22 commited on
Commit
413b381
1 Parent(s): f19a887

Update welcome message

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -179,7 +179,6 @@ with gr.Blocks(theme=theme) as demo:
179
  company = gr.Textbox(label='Company', placeholder='Amazon')
180
  job_description = gr.TextArea(
181
  label='Job Description',
182
- info='Please copy and paste any relevant job description and information here:',
183
  placeholder='Key job responsibilities, basic qualifications, preferred qualifications, about the company, etc.'
184
  )
185
  with gr.Accordion("Question Preferences", open=False):
@@ -195,7 +194,7 @@ with gr.Blocks(theme=theme) as demo:
195
  retry_btn=None,
196
  undo_btn=None)
197
 
198
- chat_interface.chatbot.value = [(None, "Hi! I'm AiMI, your AI Mock Interviewer. You can begin by clicking record and introducing yourself!")]
199
  chat_interface.chatbot.height = '70vh'
200
  chat_interface.load(mock_interviewer.clear_thread)
201
  chat_interface.clear_btn.click(mock_interviewer.clear_thread)
 
179
  company = gr.Textbox(label='Company', placeholder='Amazon')
180
  job_description = gr.TextArea(
181
  label='Job Description',
 
182
  placeholder='Key job responsibilities, basic qualifications, preferred qualifications, about the company, etc.'
183
  )
184
  with gr.Accordion("Question Preferences", open=False):
 
194
  retry_btn=None,
195
  undo_btn=None)
196
 
197
+ chat_interface.chatbot.value = [(None, "Hi! I'm AiMI, your AI Mock Interview Assistant. Fill in the job details on the left and choose your question types. Ready? Allow webcam access, hit the red button to record, and use the chat if you need help. Let’s get started!")]
198
  chat_interface.chatbot.height = '70vh'
199
  chat_interface.load(mock_interviewer.clear_thread)
200
  chat_interface.clear_btn.click(mock_interviewer.clear_thread)