Update app.py
Browse files
app.py
CHANGED
@@ -93,8 +93,7 @@ def main():
|
|
93 |
page_icon=":books:")
|
94 |
st.write(css, unsafe_allow_html=True)
|
95 |
|
96 |
-
st.header("Chat with multiple Lithuanian Law Documents: "
|
97 |
-
page_icon=":books:")
|
98 |
|
99 |
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... ")
|
100 |
|
|
|
93 |
page_icon=":books:")
|
94 |
st.write(css, unsafe_allow_html=True)
|
95 |
|
96 |
+
st.header("Chat with multiple Lithuanian Law Documents:" ":books:")
|
|
|
97 |
|
98 |
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... ")
|
99 |
|