Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 455 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 455 Bytes

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