SonyaHas commited on
Commit
e018051
·
verified ·
1 Parent(s): bc20dce

added tutle and description

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -9,10 +9,8 @@ def yes_or_no(message, history):
9
  # return message
10
 
11
  print("Hello World")
12
- chatbot = gr.ChatInterface(yes_or_no, type = "messages")
13
  # defining my chatbot so that the user can interact and see their conversation history and send new messages
14
 
15
- title: "I am the your bestie"
16
- description: "I will serve you"
17
 
18
  chatbot.launch()
 
9
  # return message
10
 
11
  print("Hello World")
12
+ chatbot = gr.ChatInterface(function_name, title="Your Bestie!", type="I will serve you!")
13
  # defining my chatbot so that the user can interact and see their conversation history and send new messages
14
 
 
 
15
 
16
  chatbot.launch()