pabloce commited on
Commit
a068278
·
verified ·
1 Parent(s): 1cf90bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 multi llm selection"
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__":