Spaces:
Runtime error
Runtime error
Add placeholder text
Browse files
app.py
CHANGED
|
@@ -108,8 +108,8 @@ with gr.Blocks() as demo:
|
|
| 108 |
chatbot = gr.ChatInterface(
|
| 109 |
mock_interviewer.chat,
|
| 110 |
additional_inputs=[
|
| 111 |
-
gr.Textbox(label='Job Role'),
|
| 112 |
-
gr.Textbox(label='Company')
|
| 113 |
],
|
| 114 |
title='I am your AI mock interviewer',
|
| 115 |
description='Make your selections above to configure me.',
|
|
|
|
| 108 |
chatbot = gr.ChatInterface(
|
| 109 |
mock_interviewer.chat,
|
| 110 |
additional_inputs=[
|
| 111 |
+
gr.Textbox(label='Job Role', placeholder='Product Manager'),
|
| 112 |
+
gr.Textbox(label='Company', placeholder='Amazon')
|
| 113 |
],
|
| 114 |
title='I am your AI mock interviewer',
|
| 115 |
description='Make your selections above to configure me.',
|