9806574 b78b5e5 9806574 b78b5e5 9806574 b78b5e5 9806574 b78b5e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
""" Chatbot Nuevo Régimen Académico """ from chatbot.ui import ChatbotInterface def respond(message, history): return "Ok" if __name__ == "__main__": ui = ChatbotInterface(respond) ui.app.launch()