From 381a66d41b97443fde78248e5bad2bd844b4c3e0 Mon Sep 17 00:00:00 2001 From: Nobelf <13517042@std.stei.itb.ac.id> Date: Mon, 18 Apr 2022 06:20:03 +0700 Subject: [PATCH] update readme --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83d94f5..807dbd7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ # Simple Python Chatbot Web App - - -## Environment Setting +## Environment Setting for server side pip install flask pip install flask-socketio +pip install flask-sqlalchemy + +## password for authentication + +password for authentication : password123 + +## question list + +-what is your name? +-how old are you? +-what is your favorite food? +-what are your hobbies? +-pizza -- GitLab