jsakshi commited on
Commit
1b687f8
·
verified ·
1 Parent(s): da208e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ button:hover {
60
  # Create Gradio interface (no unsupported arguments)
61
  interface = gr.ChatInterface(
62
  fn=chat_interface,
63
- title="NeuraBot",
64
- description="Engage in smart, dynamic conversations with NeuraBot",
65
  theme="default",
66
  css=css
67
  )
 
60
  # Create Gradio interface (no unsupported arguments)
61
  interface = gr.ChatInterface(
62
  fn=chat_interface,
63
+ title="LocoBot : Your AI Companion",
64
+ description="Engage in smart, dynamic conversations with LocoBot",
65
  theme="default",
66
  css=css
67
  )