diff --git a/README.md b/README.md index b6f2e0a..0037344 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ -# OpenAI's Chatbot - +#Poojya OpenAI's Chatbot. ## Features -## Installation and Setup - +## Installation and Setup. + 1. Clone this repository to your local machine. ```bash @@ -26,7 +25,7 @@ pip install -r requirements.txt export OPENAI_API_KEY='your-api-key-here' ``` -4. Run the Flask application. +4. Run the Flask_application. ```python python app.python diff --git a/app.py b/app.py index da41d49..8ae9730 100644 --- a/app.py +++ b/app.py @@ -1,6 +1,7 @@ # Assuming your chatbot code is in chatbot_api.py - +from flask import Flask, render_template, request, jsonify +import chatbot_api @app.route('/') @app.route('/index') diff --git a/contributors_list.md b/contributors_list.md index 6e5a452..f9ef7d5 100644 --- a/contributors_list.md +++ b/contributors_list.md @@ -2,3 +2,4 @@ thanks for your contribution add your name and department as follows 1)Deepak Reddy -- IT,2ND YEAR +2)Poojya Kavuru --CSE,1ST YEAR