pabloce commited on
Commit
ece41a6
·
verified ·
1 Parent(s): 9d94a86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -215,7 +215,7 @@ demo = gr.ChatInterface(
215
  clear_btn="Clear",
216
  submit_btn="Send",
217
  examples = (examples),
218
- description="Llama-cpp-agent: Chat Web Search DDG Agent",
219
  analytics_enabled=False,
220
  chatbot=gr.Chatbot(
221
  scale=1,
 
215
  clear_btn="Clear",
216
  submit_btn="Send",
217
  examples = (examples),
218
+ description="Llama-cpp-agent: Chat with DuckDuckGo Agent",
219
  analytics_enabled=False,
220
  chatbot=gr.Chatbot(
221
  scale=1,