Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -983,7 +983,7 @@ with gr.Blocks() as block:
|
|
983 |
history[-1][1] = ""
|
984 |
for character in bot_message.response_gen:
|
985 |
history[-1][1] += character
|
986 |
-
time.sleep(0.
|
987 |
yield history
|
988 |
|
989 |
with gr.Tab("Website Content Spreadsheet"):
|
|
|
983 |
history[-1][1] = ""
|
984 |
for character in bot_message.response_gen:
|
985 |
history[-1][1] += character
|
986 |
+
time.sleep(0.1)
|
987 |
yield history
|
988 |
|
989 |
with gr.Tab("Website Content Spreadsheet"):
|