victoriaono commited on
Commit
918c711
·
verified ·
1 Parent(s): c50ab4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ def yes_man(message, history):
4
  if message.endswith("?"):
5
  return "Yes"
6
  else:
7
- return "Ask me anything!"
8
 
9
  gr.ChatInterface(
10
  yes_man,
 
4
  if message.endswith("?"):
5
  return "Yes"
6
  else:
7
+ return "##Testing\n\n**bold**\n\n- List item"
8
 
9
  gr.ChatInterface(
10
  yes_man,