Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-chat-interface
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
06f04ba
test-chat-interface
/
app.py
abidlabs
HF Staff
Create app.py
f977123
almost 2 years ago
raw
Copy download link
history
blame
Safe
116 Bytes
def
test
(
message, history
):
print
(
"history"
, history)
return
message
chatbot = ChatInterface(test).launch()