giannicrivello commited on
Commit
e7a438e
·
1 Parent(s): 4114ece

test chat bot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def yes_man(message, history):
9
 
10
  gr.ChatInterface(
11
  yes_man,
12
- chatbot=gr.Chatbot(height=300),
13
  textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
14
  title="Yes Man",
15
  description="Ask Yes Man any question",
 
9
 
10
  gr.ChatInterface(
11
  yes_man,
12
+ chatbot=gr.Chatbot(height=500),
13
  textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
14
  title="Yes Man",
15
  description="Ask Yes Man any question",