Commit
·
e7a438e
1
Parent(s):
4114ece
test chat bot
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def yes_man(message, history):
|
|
9 |
|
10 |
gr.ChatInterface(
|
11 |
yes_man,
|
12 |
-
chatbot=gr.Chatbot(height=
|
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",
|