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 4, 2024
Commit
96078d7
·
verified
·
1 Parent(s):
5bd324a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -136,4 +136,4 @@ def main():
136
st.session_state["chat_history"] = msgs
137
138
if __name__ == "__main__":
139
-
main(
conversational_rag_chain
)
136
st.session_state["chat_history"] = msgs
137
138
if __name__ == "__main__":
139
+
main()