jchen8000 commited on
Commit
f9b97ca
·
verified ·
1 Parent(s): 45a74f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -43,6 +43,7 @@ interface = gr.ChatInterface(
43
  fn=generate_response,
44
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
45
  textbox=gr.Textbox(placeholder="Input User Prompt here..."),
 
46
  additional_inputs=additional_inputs,
47
  examples=example1,
48
  cache_examples=False,
 
43
  fn=generate_response,
44
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
45
  textbox=gr.Textbox(placeholder="Input User Prompt here..."),
46
+ textbox2=gr.Textbox(placeholder="Secondary user input here..."),
47
  additional_inputs=additional_inputs,
48
  examples=example1,
49
  cache_examples=False,