File size: 195 Bytes
46e7aa4
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import streamlit as st

st.title('Chatbot con documentación propia usando LLM')
st.subheader('Por Ignacio Domínguez Espinosa')
st.write(
"""
    Este chatbot permite 
    
    
    
    
"""
)