Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(theme='nevreal/blues') as demo:
|
|
122 |
|
123 |
chat_btn.click(
|
124 |
lambda history: history
|
125 |
-
+ [["How are you?", "I am good."
|
126 |
+ (time.sleep(2) or []),
|
127 |
chatbot,
|
128 |
chatbot,
|
|
|
122 |
|
123 |
chat_btn.click(
|
124 |
lambda history: history
|
125 |
+
+ [["How are you?", "I am good."]]
|
126 |
+ (time.sleep(2) or []),
|
127 |
chatbot,
|
128 |
chatbot,
|