Cambios en el color
This commit is contained in:
parent
337f054a35
commit
e2d3c56c52
@ -1,5 +1,5 @@
|
|||||||
[theme]
|
[theme]
|
||||||
base = "dark"
|
base="dark"
|
||||||
backgroundColor = "#0d2669"
|
backgroundColor="#3f51b5"
|
||||||
secondaryBackgroundColor = "#050550"
|
secondaryBackgroundColor="#2b2b4e"
|
||||||
font = "monospace"
|
font="monospace"
|
||||||
|
8
app.py
8
app.py
@ -9,7 +9,7 @@ from langchain_tools.lc_tools import LangChainTools
|
|||||||
|
|
||||||
|
|
||||||
# App title
|
# App title
|
||||||
st.set_page_config(page_title="Snowflake Arctic")
|
st.set_page_config(page_title="LLMOneClusterTeam")
|
||||||
|
|
||||||
# sidebar
|
# sidebar
|
||||||
with st.sidebar:
|
with st.sidebar:
|
||||||
@ -19,8 +19,8 @@ with st.sidebar:
|
|||||||
# Ajusta el ancho según sea necesario
|
# Ajusta el ancho según sea necesario
|
||||||
logo = st.sidebar.image(logo_path, width=200)
|
logo = st.sidebar.image(logo_path, width=200)
|
||||||
|
|
||||||
add_vertical_space(18)
|
add_vertical_space(24)
|
||||||
pdf_name = import_file()
|
# pdf_name = import_file()
|
||||||
|
|
||||||
# Crea un botón en Streamlit que llama a la función clear_cache() cuando se presiona
|
# Crea un botón en Streamlit que llama a la función clear_cache() cuando se presiona
|
||||||
if st.button('Eliminar caché'):
|
if st.button('Eliminar caché'):
|
||||||
@ -33,7 +33,7 @@ with st.sidebar:
|
|||||||
|
|
||||||
st.title('💬📄 LLM CHat APP')
|
st.title('💬📄 LLM CHat APP')
|
||||||
|
|
||||||
|
pdf_name = import_file()
|
||||||
if pdf_name:
|
if pdf_name:
|
||||||
|
|
||||||
with st.spinner("Processing the document..."):
|
with st.spinner("Processing the document..."):
|
||||||
|
Loading…
Reference in New Issue
Block a user