aie4-final / backend /app /chatbot.py
richlai's picture
add files
8b1e853
raw
history blame contribute delete
95 Bytes
from graph import run, graph
if __name__ == "__main__":
app = graph.compile()
run(app)