Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def load_data_to_store(document_store, retriever):
|
|
27 |
dicts = df.to_dict(orient="records")
|
28 |
document_store.write_documents(dicts)
|
29 |
|
30 |
-
|
31 |
|
32 |
# Streamlit App section
|
33 |
|
|
|
27 |
dicts = df.to_dict(orient="records")
|
28 |
document_store.write_documents(dicts)
|
29 |
|
30 |
+
pipeline = start_haystack()
|
31 |
|
32 |
# Streamlit App section
|
33 |
|