Spaces:
Build error
Build error
Commit
·
b0be802
1
Parent(s):
85a00f5
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def predict(message, history):
|
|
| 46 |
else:
|
| 47 |
reply = ["Sorry I do not understand :-("]
|
| 48 |
|
| 49 |
-
history.append((
|
| 50 |
return history, history
|
| 51 |
|
| 52 |
import gradio as gr
|
|
|
|
| 46 |
else:
|
| 47 |
reply = ["Sorry I do not understand :-("]
|
| 48 |
|
| 49 |
+
history.append((message, reply))
|
| 50 |
return history, history
|
| 51 |
|
| 52 |
import gradio as gr
|