ArturG9 commited on
Commit
c83f07a
·
verified ·
1 Parent(s): 33ab765

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def main():
91
  st.header("Chat with multiple Lithuanian Law Documents:" ":books:")
92
 
93
  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.")
94
- 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... ")
95
 
96
  if "messages" not in st.session_state:
97
  st.session_state["messages"] = [
 
91
  st.header("Chat with multiple Lithuanian Law Documents:" ":books:")
92
 
93
  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.")
94
+ 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... ")
95
 
96
  if "messages" not in st.session_state:
97
  st.session_state["messages"] = [