HelloSun commited on
Commit
a9a5ecf
·
verified ·
1 Parent(s): a68f59e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -26,9 +26,6 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
26
  """
27
  demo = gr.ChatInterface(
28
  respond,
29
- additional_inputs=[
30
- gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
31
- ],
32
  )
33
 
34
 
 
26
  """
27
  demo = gr.ChatInterface(
28
  respond,
 
 
 
29
  )
30
 
31