Jenny991 commited on
Commit
de84225
·
verified ·
1 Parent(s): 8b0b1ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()