Spaces:
Sleeping
Sleeping
import os | |
import streamlit as st | |
def main(): | |
st.set_page_config(page_title="Info Assistant: ", | |
page_icon=":books:") | |
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:") | |
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.") | |
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... ") |