sjdata commited on
Commit
66d1035
1 Parent(s): 7a5420b

Fixed application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def yes_man(message, history):
9
  gr.ChatInterface(
10
  yes_man,
11
  chatbot=gr.Chatbot(height=300),
12
- textbox=gr.Textbox(placeholder="Ask me a yes or no question")
13
  title="Yes Man",
14
  description="Ask Yes Man any question",
15
  theme="soft",
 
9
  gr.ChatInterface(
10
  yes_man,
11
  chatbot=gr.Chatbot(height=300),
12
+ textbox=gr.Textbox(placeholder="Ask me a yes or no question"),
13
  title="Yes Man",
14
  description="Ask Yes Man any question",
15
  theme="soft",