ArturG9 commited on
Commit
f77ca10
1 Parent(s): c83f07a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,8 +90,8 @@ def main():
90
 
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"] = [
 
90
 
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"] = [