Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ArturG9
/
Local_Lithuanian_Law_RAG_QA_ChatBot_Streamlit
like
0
Sleeping
App
Files
Files
Community
ArturG9
commited on
Jul 4
Commit
7889af0
•
1 Parent(s):
4df9abe
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -148,4 +148,4 @@ def create_conversational_rag_chain(vectorstore):
148
149
150
if __name__ == "__main__":
151
-
main()
148
149
150
if __name__ == "__main__":
151
+
main(
vectorstore
)