wesleybiochat commited on
Commit
dfd9995
·
1 Parent(s): f27bedf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -14,5 +14,4 @@ iface = gr.Interface(fn=chatbot,
14
  outputs="text",
15
  title="Custom-trained AI Chatbot")
16
 
17
- index = construct_index("docs")
18
  iface.launch()
 
14
  outputs="text",
15
  title="Custom-trained AI Chatbot")
16
 
 
17
  iface.launch()