Spaces:
Sleeping
Sleeping
deepakaiplanet
commited on
Update run.py
Browse files
run.py
CHANGED
@@ -13,7 +13,7 @@ def add_message(history, message):
|
|
13 |
history.append(((x,), None))
|
14 |
if message["text"] is not None:
|
15 |
history.append((message["text"], None))
|
16 |
-
return history
|
17 |
|
18 |
def bot(history):
|
19 |
response = "**That's cool!**"
|
|
|
13 |
history.append(((x,), None))
|
14 |
if message["text"] is not None:
|
15 |
history.append((message["text"], None))
|
16 |
+
return history
|
17 |
|
18 |
def bot(history):
|
19 |
response = "**That's cool!**"
|