Spaces:
Runtime error
Runtime error
Update intro message
Browse files
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
|
| 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\nLet’s get started; tell me about yourself and your background.")],
|
| 197 |
height='70vh',
|
| 198 |
avatar_images=(None, 'aimi_logo.png'),
|
| 199 |
render=False
|