From 315566c12a142133ce0f67ca81dc64bb9179c63e Mon Sep 17 00:00:00 2001 From: Reinaldo Chaves Date: Sun, 29 Sep 2024 18:47:01 -0300 Subject: [PATCH] Update app.py --- app.py | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 777fcfb..c785044 100644 --- a/app.py +++ b/app.py @@ -113,11 +113,25 @@ color: #fafafa !important; background-color: #262730 !important; } + /* Estilo para o título principal */ +.yellow-title { + color: yellow !important; + font-size: 2.5rem !important; + font-weight: bold !important; +} + +/* Estilo para o título da sidebar */ +.orange-title { + color: orange !important; + font-size: 1.5rem !important; + font-weight: bold !important; +} + """, unsafe_allow_html=True) # Sidebar com orientações -st.sidebar.title("Orientações") +st.sidebar.markdown("

Orientações

", unsafe_allow_html=True) st.sidebar.markdown(""" * Se encontrar erros de processamento, reinicie com F5. Utilize arquivos .PDF com textos não digitalizados como imagens. * Para recomeçar uma nova sessão pressione F5. @@ -138,7 +152,7 @@ Este aplicativo foi desenvolvido por Reinaldo Chaves. Para mais informações, contribuições e feedback, visite o [repositório do projeto no GitHub](https://github.com/reichaves/rag_chat_gemma2). """) -st.title("Chatbot com modelos opensource - entrevista PDFs") +st.markdown("

Chatbot com modelos opensource - entrevista PDFs ✏️

", unsafe_allow_html=True) st.write("Carregue PDFs e converse com o conteúdo deles - aqui é usado o modelo de LLM Gemma2-9b-It e a plataforma de embeddings é all-MiniLM-L6-v2") # Solicitar as chaves de API