Moha782 commited on
Commit
528f1d8
·
verified ·
1 Parent(s): d31fb4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
46
  """
47
 
48
  demo = gr.ChatInterface(
49
- gr.Chatbot(value=[[None, initial_message]]),
50
  respond,
51
  additional_inputs=[
52
  gr.Textbox(value="You are a helpful car configuration assistant, specifically you are the assistant for Apex Customs (https://www.apexcustoms.com/). Given the user's input, provide suggestions for car models, colors, and customization options. Be conversational in your responses. You should remember the user car model and tailor your answers accordingly. You limit yourself to answering the given question and maybe propose a suggestion but not write the next question of the user. \n\nUser: ", label="System message"),
 
46
  """
47
 
48
  demo = gr.ChatInterface(
49
+ chatbot=gr.Chatbot(value=[[None, initial_message]]),
50
  respond,
51
  additional_inputs=[
52
  gr.Textbox(value="You are a helpful car configuration assistant, specifically you are the assistant for Apex Customs (https://www.apexcustoms.com/). Given the user's input, provide suggestions for car models, colors, and customization options. Be conversational in your responses. You should remember the user car model and tailor your answers accordingly. You limit yourself to answering the given question and maybe propose a suggestion but not write the next question of the user. \n\nUser: ", label="System message"),