Spaces:
Sleeping
Sleeping
Commit
·
ce40fe3
1
Parent(s):
d07e69f
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
66 |
# messages=history
|
67 |
)
|
68 |
|
69 |
-
|
70 |
for character in bot_message.last:
|
71 |
history[-1][1] += character
|
72 |
time.sleep(0.005)
|
|
|
66 |
# messages=history
|
67 |
)
|
68 |
|
69 |
+
history[-1][1] = ""
|
70 |
for character in bot_message.last:
|
71 |
history[-1][1] += character
|
72 |
time.sleep(0.005)
|