- Added a Chatbot component to the dashboard for user interaction and support. - Created a README for the Chatbot detailing setup, features, and usage instructions. - Introduced environment variables for secure API key management. - Updated app.js to include the Chatbot component. - Implemented a configuration server to serve API keys securely. - Enhanced styles for the Chatbot interface to improve user experience.
4 lines
52 B
Plaintext
4 lines
52 B
Plaintext
flask==2.3.3
|
|
flask-cors==4.0.0
|
|
python-dotenv==1.0.0
|