Cambios en el color
This commit is contained in:
parent
337f054a35
commit
e2d3c56c52
@ -1,5 +1,5 @@
|
||||
[theme]
|
||||
base = "dark"
|
||||
backgroundColor = "#0d2669"
|
||||
secondaryBackgroundColor = "#050550"
|
||||
font = "monospace"
|
||||
base="dark"
|
||||
backgroundColor="#3f51b5"
|
||||
secondaryBackgroundColor="#2b2b4e"
|
||||
font="monospace"
|
||||
|
8
app.py
8
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..."):
|
||||
|
Loading…
Reference in New Issue
Block a user