testkeefe/BiotutorAI
0
1---2title: Bio Tutor for my class3emoji: ๐4colorFrom: indigo5colorTo: gray6sdk: streamlit7sdk_version: 1.43.28app_file: app.py9pinned: false10license: gpl-3.011short_description: Embeddables chatbot based on OpenAI API for teaching and lea12---13 14 15# A base chatbot template for the Reuther Lab16 17- Teaching and Learning18- Modular19- Streamlit20- Easy to build and deploy21 22## License23 24This project is licensed under the GNU GPL-3 License - see the [LICENSE](LICENSE) file for details.