Update app.py
Browse files
app.py
CHANGED
@@ -162,9 +162,9 @@ print('qa chain and vector_db done')
|
|
162 |
|
163 |
def demo():
|
164 |
with gr.Blocks(theme='base') as demo:
|
165 |
-
vector_db = gr.State()
|
166 |
#qa_chain = gr.State()
|
167 |
-
collection_name = gr.State()
|
168 |
|
169 |
chatbot = gr.Chatbot(height=300)
|
170 |
with gr.Accordion('References', open=True):
|
|
|
162 |
|
163 |
def demo():
|
164 |
with gr.Blocks(theme='base') as demo:
|
165 |
+
#vector_db = gr.State()
|
166 |
#qa_chain = gr.State()
|
167 |
+
#collection_name = gr.State()
|
168 |
|
169 |
chatbot = gr.Chatbot(height=300)
|
170 |
with gr.Accordion('References', open=True):
|