Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -412,6 +412,7 @@ with gr.Blocks() as demo:
|
|
| 412 |
|
| 413 |
chat_interface_stream = gr.ChatInterface(fn=invoke,
|
| 414 |
additional_inputs = additional_inputs,
|
|
|
|
| 415 |
title = "ChatGPT vom LI",
|
| 416 |
theme="soft",
|
| 417 |
chatbot=chatbot_stream,
|
|
|
|
| 412 |
|
| 413 |
chat_interface_stream = gr.ChatInterface(fn=invoke,
|
| 414 |
additional_inputs = additional_inputs,
|
| 415 |
+
additional_inputs_accordion = gr.Accordion(label="Weitere Eingaben...", open=False),
|
| 416 |
title = "ChatGPT vom LI",
|
| 417 |
theme="soft",
|
| 418 |
chatbot=chatbot_stream,
|