Space / app.py
Nax07onix3's picture
Rename apppy to app.py
2553680 verified
raw
history blame contribute delete
195 Bytes
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
"""
)