kgauvin603 commited on
Commit
6f23c67
1 Parent(s): ccb7499

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,5 +180,5 @@ iface = gr.Interface(
180
  description="Query the vector database and get an LLM response based on the documents in the collection."
181
  )
182
 
183
- # Launch the Gradio interface
184
  iface.launch()
 
180
  description="Query the vector database and get an LLM response based on the documents in the collection."
181
  )
182
 
183
+ # Launch the Gradio interfac
184
  iface.launch()