Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -375,6 +375,7 @@ chatbot_stream = gr.Chatbot()
|
|
375 |
|
376 |
chat_interface_stream = gr.ChatInterface(fn=generate,
|
377 |
additional_inputs = additional_inputs,
|
|
|
378 |
title = "ChatGPT vom LI",
|
379 |
theme="soft",
|
380 |
chatbot=chatbot_stream,
|
|
|
375 |
|
376 |
chat_interface_stream = gr.ChatInterface(fn=generate,
|
377 |
additional_inputs = additional_inputs,
|
378 |
+
additional_inputs_accordion = gr.Accordion(label="Weitere Eingaben...", open=False),
|
379 |
title = "ChatGPT vom LI",
|
380 |
theme="soft",
|
381 |
chatbot=chatbot_stream,
|