ArturG9 commited on
Commit
5aa5326
1 Parent(s): 6e8547a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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