Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ankush05
/
Test
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Ankush05
commited on
Oct 12, 2023
Commit
51a81d8
·
1 Parent(s):
c9e6e83
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -7,7 +7,7 @@ import streamlit as st
7
8
def Chatbot():
9
st.title("Chatbot")
10
-
query = st.chat_input("enter your message"):
11
12
13
7
8
def Chatbot():
9
st.title("Chatbot")
10
+
query = st.chat_input("enter your message"):
11
12
13