diff --git a/backend/fastrtc/stream.py b/backend/fastrtc/stream.py index 8162c1a..c2c6c8e 100644 --- a/backend/fastrtc/stream.py +++ b/backend/fastrtc/stream.py @@ -193,11 +193,11 @@ def _generate_default_ui( """ ) with gr.Row(): - if additional_input_components: - with gr.Column(): + with gr.Column(): + if additional_input_components: for component in additional_input_components: component.render() - button = gr.Button("Start Stream", variant="primary") + button = gr.Button("Start Stream", variant="primary") with gr.Column(): output_video = WebRTC( label="Video Stream",