ABANDA-OMGBA-Ulrich-Michel commited on
Commit
957015b
1 Parent(s): 4cee3a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def talk_together(message, history):
8
  return conversation[0]['generated_text']
9
 
10
  talk_chatbot = gr.ChatInterface(talk_together, title="MY TALKACTIVE FRIEND" ,chatbot=gr.Chatbot(height=300),
11
- textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
12
 
13
  description="Let's Talk Together my Friend",
14
  theme="soft",
 
8
  return conversation[0]['generated_text']
9
 
10
  talk_chatbot = gr.ChatInterface(talk_together, title="MY TALKACTIVE FRIEND" ,chatbot=gr.Chatbot(height=300),
11
+ textbox=gr.Textbox(placeholder="Ask me anything you want in english", container=False, scale=7),
12
 
13
  description="Let's Talk Together my Friend",
14
  theme="soft",