brurei commited on
Commit
465135d
1 Parent(s): 8d8155e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,5 +45,5 @@ iface = gr.Interface(fn=chatbot,
45
  css=".gradio-container-3-23-0 {background-color: #5f0000} .gradio-container-3-23-0 .prose * {color: #ffffff}",
46
  title="CD2 IA")
47
 
48
- index = construct_index(".")
49
  iface.launch(share=True, show_error=True)
 
45
  css=".gradio-container-3-23-0 {background-color: #5f0000} .gradio-container-3-23-0 .prose * {color: #ffffff}",
46
  title="CD2 IA")
47
 
48
+ index = construct_index("docs")
49
  iface.launch(share=True, show_error=True)