chatbot Run the Project Clone : git clone https://github.com/MeltemKocak/chatbot.git Install Streamlit : pip install streamlit Install Streamlit Chat : pip install streamlit-chat Add to Your Project : import streamlit as st from streamlit_chat import message Run the Streamlit Application : streamlit run main.py