Update app.py
Browse files
app.py
CHANGED
@@ -110,6 +110,7 @@ demo = gr.ChatInterface(
|
|
110 |
retry_btn="Retry",
|
111 |
undo_btn="Undo",
|
112 |
clear_btn="Clear",
|
|
|
113 |
description="Llama-cpp-agent: Chat multi llm selection"
|
114 |
)
|
115 |
|
|
|
110 |
retry_btn="Retry",
|
111 |
undo_btn="Undo",
|
112 |
clear_btn="Clear",
|
113 |
+
submit_btn="Send",
|
114 |
description="Llama-cpp-agent: Chat multi llm selection"
|
115 |
)
|
116 |
|