Letsch22 commited on
Commit
b16a594
1 Parent(s): 4bf4876

Update welcome message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ with gr.Blocks(theme=theme) as demo:
193
  chat_interface = gr.ChatInterface(
194
  fn=mock_interviewer.chat_with_text,
195
  chatbot=gr.Chatbot(
196
- value=[(None, "Hi! I'm AiMI, your AI Mock Interviewer. 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.\n\nLet’s get started; tell me about yourself and your background.")],
197
  height='70vh',
198
  avatar_images=(None, 'aimi_logo.png'),
199
  render=False
 
193
  chat_interface = gr.ChatInterface(
194
  fn=mock_interviewer.chat_with_text,
195
  chatbot=gr.Chatbot(
196
+ value=[(None, "Hi! I'm AiMI, your AI Mock Interviewer. 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.\n\nTo get started, tell me about yourself and your background.")],
197
  height='70vh',
198
  avatar_images=(None, 'aimi_logo.png'),
199
  render=False