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