Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
demetz
/
ChatbotLab
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ffd4434
ChatbotLab
/
app.py
demetz
Create app.py
ffd4434
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
117 Bytes
import
gradio
as
gr
def
echo
(
messsage,history
):
return
messsage
chatbot=gr.ChatInterface()
chatbot.launch()