Update src/chatbox_v1.py
Browse files- src/chatbox_v1.py +2 -10
src/chatbox_v1.py
CHANGED
|
@@ -3,16 +3,8 @@ from Rag_milvus import query_qdrant, obtener_colecciones, query_qdrant_sinumbral
|
|
| 3 |
from Llm_local import get_response_from_mistral, generarPages
|
| 4 |
from sentence_transformers import SentenceTransformer
|
| 5 |
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
#st.image("Procuradurialogo.jpg", width=600)
|
| 9 |
-
|
| 10 |
-
with col2:
|
| 11 |
-
st.markdown("""
|
| 12 |
-
<div style='display: flex; align-items: center; height: 100%;'>
|
| 13 |
-
<h1 style='margin: 0; text-align: center;'>ProcurIA</h1>
|
| 14 |
-
</div>
|
| 15 |
-
""", unsafe_allow_html=True)
|
| 16 |
|
| 17 |
st.sidebar.title("Menú de Funciones")
|
| 18 |
generarPages()
|
|
|
|
| 3 |
from Llm_local import get_response_from_mistral, generarPages
|
| 4 |
from sentence_transformers import SentenceTransformer
|
| 5 |
|
| 6 |
+
|
| 7 |
+
st.title("ProcurIA")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
st.sidebar.title("Menú de Funciones")
|
| 10 |
generarPages()
|