Update app.py
Browse files
app.py
CHANGED
@@ -21,4 +21,4 @@ def chat_fn(user_input, history):
|
|
21 |
history.append((user_input, reply))
|
22 |
return history, history
|
23 |
|
24 |
-
gr.ChatInterface(chat_fn).launch()
|
|
|
21 |
history.append((user_input, reply))
|
22 |
return history, history
|
23 |
|
24 |
+
gr.ChatInterface(chat_fn).launch()
|