ArturG9 commited on
Commit
9ccb529
1 Parent(s): f843983

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -15,4 +15,8 @@ def main():
15
  st.header("Get assisted by Birute, who has in memory a lot of Data Science related articles, if she can't answer based on her knowledge base, information will be found on the internet:" ":books:")
16
 
17
  st.markdown("###### Hi, I am Birute (Powered by gemma-2-2b-it-Q8 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.")
18
- 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... ")
 
 
 
 
 
15
  st.header("Get assisted by Birute, who has in memory a lot of Data Science related articles, if she can't answer based on her knowledge base, information will be found on the internet:" ":books:")
16
 
17
  st.markdown("###### Hi, I am Birute (Powered by gemma-2-2b-it-Q8 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.")
18
+
19
+
20
+
21
+ if __name__ == "__main__":
22
+ main()