Spaces:
Sleeping
Sleeping
Update run.py
Browse files
run.py
CHANGED
|
@@ -17,7 +17,7 @@ def add_message(history, message):
|
|
| 17 |
|
| 18 |
def bot(history):
|
| 19 |
response = "**That's cool!**"
|
| 20 |
-
history[-1][1] = ""
|
| 21 |
for character in response:
|
| 22 |
history[-1][1] += character
|
| 23 |
time.sleep(0.05)
|
|
|
|
| 17 |
|
| 18 |
def bot(history):
|
| 19 |
response = "**That's cool!**"
|
| 20 |
+
history[-1][1] = "asasa"
|
| 21 |
for character in response:
|
| 22 |
history[-1][1] += character
|
| 23 |
time.sleep(0.05)
|