jchen8000 commited on
Commit
4a2587c
·
verified ·
1 Parent(s): f9b97ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -42,8 +42,6 @@ example1 = [
42
  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
- textbox2=gr.Textbox(placeholder="Secondary user input here..."),
47
  additional_inputs=additional_inputs,
48
  examples=example1,
49
  cache_examples=False,
 
42
  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
  additional_inputs=additional_inputs,
46
  examples=example1,
47
  cache_examples=False,