nikshep01 commited on
Commit
2dd027a
·
verified ·
1 Parent(s): 7fd0007

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,8 +105,8 @@ def yes_man(message, history):
105
 
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",
 
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",