nikshep01 commited on
Commit
7fd0007
·
verified ·
1 Parent(s): 9d6a0c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",