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

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="LocoBot: DeepSeek-R1 Chatbot",
64
- description="Chat with DeepSeek-R1 powered by Hugging Face Inference API.",
65
  theme="default",
66
  css=css
67
  )
 
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
  )