Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ankush05
/
Test
like
0
Sleeping
App
Files
Files
Community
2
c9e6e83
Test
/
app.py
Ankush05
Update app.py
c9e6e83
about 1 year ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
streamlit
as
st
def
Chatbot
():
st.title(
"Chatbot"
)
query = st.chat_input(
"enter your message"
):
Chatbot()