ArturG9 commited on
Commit
5a5165b
·
verified ·
1 Parent(s): b0188c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def main():
89
  st.header("Chat with multiple Lithuanian Law Documents:" ":books:")
90
 
91
  st.markdown("###### Hi, I am Birute (Powered by qwen2-0_5b model), chat assistant, based on republic of Lithuania law documents. You can choose below information retrieval type and how many documents you want to be retrieved.")
92
- st.markdown("######### Available Documents: LR_Civil_Code_2022, LR_Constitution_2022, LR_Criminal_Code_2018, LR_Criminal_Procedure_code_2022,LR_Labour_code_2010. P.S it's a shame that there are no newest documents translations into English... ")
93
 
94
  if "messages" not in st.session_state:
95
  st.session_state["messages"] = [
 
89
  st.header("Chat with multiple Lithuanian Law Documents:" ":books:")
90
 
91
  st.markdown("###### Hi, I am Birute (Powered by qwen2-0_5b model), chat assistant, based on republic of Lithuania law documents. You can choose below information retrieval type and how many documents you want to be retrieved.")
92
+ st.markdown("Available Documents: LR_Civil_Code_2022, LR_Constitution_2022, LR_Criminal_Code_2018, LR_Criminal_Procedure_code_2022,LR_Labour_code_2010. P.S it's a shame that there are no newest documents translations into English... ")
93
 
94
  if "messages" not in st.session_state:
95
  st.session_state["messages"] = [