sofzcc commited on
Commit
79f9a01
·
verified ·
1 Parent(s): b060d54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,7 +293,7 @@ knowledge base to show how retrieval-based self-service can work.
293
  """
294
 
295
  chat = gr.ChatInterface(
296
- fn=answer,
297
  title="Self-Service KB Assistant",
298
  description=description,
299
  type="messages",
 
293
  """
294
 
295
  chat = gr.ChatInterface(
296
+ fn=chat,
297
  title="Self-Service KB Assistant",
298
  description=description,
299
  type="messages",