Update app.py
Browse files
app.py
CHANGED
@@ -347,9 +347,9 @@ chat_interface_stream = gr.ChatInterface(fn=invoke,
|
|
347 |
title = "ChatGPT vom LI",
|
348 |
theme="soft",
|
349 |
chatbot=chatbot_stream,
|
350 |
-
retry_btn="Wiederholen",
|
351 |
-
undo_btn="Letztes löschen",
|
352 |
-
clear_btn="Verlauf löschen",
|
353 |
submit_btn = "Abschicken",
|
354 |
additional_inputs=additional_inputs,
|
355 |
description = description)
|
|
|
347 |
title = "ChatGPT vom LI",
|
348 |
theme="soft",
|
349 |
chatbot=chatbot_stream,
|
350 |
+
retry_btn="🔄 Wiederholen",
|
351 |
+
undo_btn="↩️ Letztes löschen",
|
352 |
+
clear_btn="🗑️ Verlauf löschen",
|
353 |
submit_btn = "Abschicken",
|
354 |
additional_inputs=additional_inputs,
|
355 |
description = description)
|