Test / app.py
Ankush05's picture
Update app.py
c9e6e83
raw
history blame
142 Bytes
import streamlit as st
def Chatbot():
st.title("Chatbot")
query = st.chat_input("enter your message"):
Chatbot()