Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hysts-debug
/
chatinterface-fill-height
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chatinterface-fill-height
/
app.py
hysts
HF Staff
Update
c0e2bb6
11 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
102 Bytes
import
gradio
as
gr
gr.ChatInterface(fn=
lambda
msg, hist:
f"Echo:
{msg}
"
, fill_height=
True
).launch()