habi01 commited on
Commit
1f2fea2
·
verified ·
1 Parent(s): 194a0fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -30,9 +30,8 @@ def respond(message, history):
30
  # Create the chat interface
31
  demo = gr.ChatInterface(
32
  fn=respond,
33
- title="Simple Chat Assistant",
34
- description="Chat with me! Try saying hello!",
35
- examples=["hello", "how are you", "thank you", "bye"]
36
  )
37
 
38
  if __name__ == "__main__":
 
30
  # Create the chat interface
31
  demo = gr.ChatInterface(
32
  fn=respond,
33
+ title="Simple test Chat bot",
34
+
 
35
  )
36
 
37
  if __name__ == "__main__":