Akash473 commited on
Commit
161b32e
·
verified ·
1 Parent(s): ed4ec7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -116,6 +116,7 @@ additional_inputs = [
116
 
117
  gr.ChatInterface(
118
  fn=generate,
 
119
  outputs=gr.Chatbot(
120
  show_label=False,
121
  show_share_button=False,
 
116
 
117
  gr.ChatInterface(
118
  fn=generate,
119
+ inputs=[gr.Textbox(label="Interviewer", type="text", default=initial_prompt)],
120
  outputs=gr.Chatbot(
121
  show_label=False,
122
  show_share_button=False,