sofzcc commited on
Commit
f2be76d
·
verified ·
1 Parent(s): e8795ba

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
- role="assistant",
297
  title="Self-Service KB Assistant",
298
  description=description,
299
  type="messages",
 
293
  """
294
 
295
  chat = gr.ChatInterface(
296
+ fn=answer,
297
  title="Self-Service KB Assistant",
298
  description=description,
299
  type="messages",