/chat-bot

Primary LanguagePython

chat-bot


Run the Project

Clone :
git clone https://github.com/yavuzim/chat-bot.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