Spaces:
Running
Running
Elijahbodden
commited on
Update app.py
Browse files
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",
|