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