Space / app.py
Nax07onix3's picture
Rename Info.py to app.py
78b4891 verified
raw
history blame
No virus
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
"""
)