Spaces:
Sleeping
Sleeping
0.33 append bot role
Browse files
app.py
CHANGED
@@ -181,8 +181,8 @@ def clear():
|
|
181 |
return [], []
|
182 |
|
183 |
def reveal_bot(chatbot_a, chatbot_b):
|
184 |
-
chatbot_a.append("I am Bot Arno")
|
185 |
-
chatbot_b.append("I am Bot Bernd")
|
186 |
return chatbot_a, chatbot_b
|
187 |
|
188 |
arena_notes = """## Important Notes:
|
|
|
181 |
return [], []
|
182 |
|
183 |
def reveal_bot(chatbot_a, chatbot_b):
|
184 |
+
chatbot_a.append(["User", "I am Bot Arno"])
|
185 |
+
chatbot_b.append(["User", "I am Bot Bernd"])
|
186 |
return chatbot_a, chatbot_b
|
187 |
|
188 |
arena_notes = """## Important Notes:
|