Update app.py
Browse files
app.py
CHANGED
@@ -105,8 +105,8 @@ def yes_man(message, history):
|
|
105 |
|
106 |
gr.ChatInterface(
|
107 |
yes_man,
|
108 |
-
chatbot=gr.Chatbot(
|
109 |
-
textbox=gr.Textbox(placeholder="
|
110 |
title="Yes Man",
|
111 |
description="Ask Yes Man any question",
|
112 |
theme="soft",
|
|
|
105 |
|
106 |
gr.ChatInterface(
|
107 |
yes_man,
|
108 |
+
chatbot=gr.Chatbot(placeholder="<strong>Ask me a yes or no question</strong><br>Ask me anything"),
|
109 |
+
textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=15),
|
110 |
title="Yes Man",
|
111 |
description="Ask Yes Man any question",
|
112 |
theme="soft",
|