Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ def yes_man(message, history):
|
|
4 |
if message.endswith("?"):
|
5 |
return "Yes"
|
6 |
else:
|
7 |
-
return "
|
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,
|