Update app.py
Browse files
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("
|
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"] = [
|