Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -243,7 +243,7 @@ demo = gr.ChatInterface(
|
|
243 |
undo_btn="Undo",
|
244 |
clear_btn="Clear",
|
245 |
submit_btn="Send",
|
246 |
-
description="Llama-cpp-agent: Chat
|
247 |
)
|
248 |
|
249 |
if __name__ == "__main__":
|
|
|
243 |
undo_btn="Undo",
|
244 |
clear_btn="Clear",
|
245 |
submit_btn="Send",
|
246 |
+
description="Llama-cpp-agent: Chat Web Search DDG Agent"
|
247 |
)
|
248 |
|
249 |
if __name__ == "__main__":
|