Letsch22 commited on
Commit
f31e6b4
·
1 Parent(s): a724f18

Add placeholder text

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.',