From e2d3c56c5248e8501dcb32868c814d25e8fb0be8 Mon Sep 17 00:00:00 2001 From: mongar Date: Thu, 25 Apr 2024 21:43:07 -0500 Subject: [PATCH] Cambios en el color --- .streamlit/config.toml | 8 ++++---- app.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.streamlit/config.toml b/.streamlit/config.toml index d01f6f1..302fcb1 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -1,5 +1,5 @@ [theme] -base = "dark" -backgroundColor = "#0d2669" -secondaryBackgroundColor = "#050550" -font = "monospace" \ No newline at end of file +base="dark" +backgroundColor="#3f51b5" +secondaryBackgroundColor="#2b2b4e" +font="monospace" diff --git a/app.py b/app.py index c28c2f7..49e9904 100644 --- a/app.py +++ b/app.py @@ -9,7 +9,7 @@ from langchain_tools.lc_tools import LangChainTools # App title -st.set_page_config(page_title="Snowflake Arctic") +st.set_page_config(page_title="LLMOneClusterTeam") # sidebar with st.sidebar: @@ -19,8 +19,8 @@ with st.sidebar: # Ajusta el ancho según sea necesario logo = st.sidebar.image(logo_path, width=200) - add_vertical_space(18) - pdf_name = import_file() + add_vertical_space(24) + # pdf_name = import_file() # Crea un botón en Streamlit que llama a la función clear_cache() cuando se presiona if st.button('Eliminar caché'): @@ -33,7 +33,7 @@ with st.sidebar: st.title('💬📄 LLM CHat APP') - +pdf_name = import_file() if pdf_name: with st.spinner("Processing the document..."):