Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ with block:
|
|
120 |
interactive=True)
|
121 |
|
122 |
|
123 |
-
|
124 |
|
125 |
chatbot = gr.Chatbot()
|
126 |
|
|
|
120 |
interactive=True)
|
121 |
|
122 |
|
123 |
+
vectorstore = embeddings.change(load_vectorstore,inputs =[embeddings],outputs=[])
|
124 |
|
125 |
chatbot = gr.Chatbot()
|
126 |
|