Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ArturG9
/
Local_Lithuanian_Law_RAG_QA_ChatBot_Streamlit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ArturG9
commited on
Jul 7, 2024
Commit
d26ed89
·
verified
·
1 Parent(s):
4f834c9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -150,4 +150,4 @@ def create_conversational_rag_chain(vectorstore):
150
151
152
if __name__ == "__main__":
153
-
main(
vectorstore
)
150
151
152
if __name__ == "__main__":
153
+
main()