Elijahbodden commited on
Commit
42ddbf6
·
verified ·
1 Parent(s): ae9aaf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -101,6 +101,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
101
  """
102
  demo = gr.ChatInterface(
103
  respond,
 
104
  css=".bubble-gap {gap: 6px !important}",
105
  # description="EliGPT v1.idon'tfuckingknow",
106
  title="EliGPT v1.idon'tfuckingknow",
 
101
  """
102
  demo = gr.ChatInterface(
103
  respond,
104
+ additional_inputs_accordion="The juicy stuff (settings)",
105
  css=".bubble-gap {gap: 6px !important}",
106
  # description="EliGPT v1.idon'tfuckingknow",
107
  title="EliGPT v1.idon'tfuckingknow",