import gradio as gr gr.ChatInterface(fn=lambda msg, hist: f"Echo: {msg}", fill_height=True).launch()