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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ 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
  additional_inputs=additional_inputs,
46
  examples=example1,
47
  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
+ textbox=gr.Textbox(placeholder="Input User Prompt here..."),
46
  additional_inputs=additional_inputs,
47
  examples=example1,
48
  cache_examples=False,